Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.cache | |
org.modeshape.jcr.cache.document | |
org.modeshape.jcr.federation |
Modifier and Type | Method and Description |
---|---|
protected DocumentStore |
JcrRepository.documentStore() |
protected DocumentStore |
JcrRepository.RunningState.documentStore() |
Constructor and Description |
---|
ModeShapeFederationManager(JcrSession session,
DocumentStore documentStore) |
Modifier and Type | Method and Description |
---|---|
protected DocumentStore |
RepositoryCache.documentStore() |
Constructor and Description |
---|
RepositoryCache(ExecutionContext context,
DocumentStore documentStore,
ClusteringService clusteringService,
RepositoryConfiguration configuration,
RepositoryCache.ContentInitializer initializer,
SessionEnvironment sessionContext,
ChangeBus changeBus,
CacheContainer workspaceCacheContainer,
Upgrades upgradeFunctions) |
Modifier and Type | Class and Description |
---|---|
class |
LocalDocumentStore
An implementation of
DocumentStore which always uses the local cache to store/retrieve data and which provides some
additional methods for exposing local cache information. |
Modifier and Type | Field and Description |
---|---|
protected DocumentStore |
SessionNode.DeepCopy.documentStore |
Constructor and Description |
---|
DocumentOptimizer(DocumentStore documentStore) |
DocumentTranslator(ExecutionContext context,
DocumentStore documentStore,
long largeStringSize) |
WorkspaceCache(ExecutionContext context,
String repositoryKey,
String workspaceName,
WorkspaceCache systemWorkspace,
DocumentStore documentStore,
DocumentTranslator translator,
NodeKey rootKey,
ConcurrentMap<NodeKey,CachedNode> cache,
ChangeBus changeBus) |
Modifier and Type | Class and Description |
---|---|
class |
FederatedDocumentStore
An implementation of
DocumentStore which is used when federation is enabled |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.