ModeShape Distribution 3.4.0.Final

Uses of Interface
org.modeshape.jcr.cache.document.DocumentStore

Packages that use DocumentStore
org.modeshape.jcr   
org.modeshape.jcr.cache   
org.modeshape.jcr.cache.document   
org.modeshape.jcr.federation   
 

Uses of DocumentStore in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return DocumentStore
protected  DocumentStore JcrRepository.documentStore()
           
protected  DocumentStore JcrRepository.RunningState.documentStore()
           
 

Constructors in org.modeshape.jcr with parameters of type DocumentStore
ModeShapeFederationManager(JcrSession session, DocumentStore documentStore)
           
 

Uses of DocumentStore in org.modeshape.jcr.cache
 

Methods in org.modeshape.jcr.cache that return DocumentStore
protected  DocumentStore RepositoryCache.documentStore()
           
 

Constructors in org.modeshape.jcr.cache with parameters of type DocumentStore
RepositoryCache(ExecutionContext context, DocumentStore documentStore, RepositoryConfiguration configuration, RepositoryCache.ContentInitializer initializer, SessionEnvironment sessionContext, ChangeBus changeBus, org.infinispan.manager.CacheContainer workspaceCacheContainer)
           
 

Uses of DocumentStore in org.modeshape.jcr.cache.document
 

Classes in org.modeshape.jcr.cache.document that implement DocumentStore
 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.
 

Fields in org.modeshape.jcr.cache.document declared as DocumentStore
protected  DocumentStore SessionNode.DeepCopy.documentStore
           
 

Constructors in org.modeshape.jcr.cache.document with parameters of type DocumentStore
DocumentOptimizer(DocumentStore documentStore)
           
DocumentTranslator(ExecutionContext context, DocumentStore documentStore, long largeStringSize)
           
WorkspaceCache(ExecutionContext context, String repositoryKey, String workspaceName, DocumentStore documentStore, DocumentTranslator translator, NodeKey rootKey, ConcurrentMap<NodeKey,CachedNode> cache, ChangeSetListener changeSetListener)
           
 

Uses of DocumentStore in org.modeshape.jcr.federation
 

Classes in org.modeshape.jcr.federation that implement DocumentStore
 class FederatedDocumentStore
          An implementation of DocumentStore which is used when federation is enabled
 


ModeShape Distribution 3.4.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.