ModeShape Distribution 3.2.0.Final

Uses of Class
org.modeshape.jcr.cache.document.WorkspaceCache

Packages that use WorkspaceCache
org.modeshape.jcr.cache   
org.modeshape.jcr.cache.document   
org.modeshape.jcr.txn   
 

Uses of WorkspaceCache in org.modeshape.jcr.cache
 

Methods in org.modeshape.jcr.cache that return WorkspaceCache
 WorkspaceCache RepositoryCache.createWorkspace(String name)
          Create a new workspace in this repository, if the repository is appropriately configured.
 WorkspaceCache RepositoryCache.getWorkspaceCache(String workspaceName)
          Get the NodeCache for the workspace with the given name.
 

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

Subclasses of WorkspaceCache in org.modeshape.jcr.cache.document
 class TransactionalWorkspaceCache
          A special WorkspaceCache implementation that should be used by sessions running within user transactions.
 

Fields in org.modeshape.jcr.cache.document declared as WorkspaceCache
protected  WorkspaceCache ImmutableChildReferences.Segmented.cache
           
 

Methods in org.modeshape.jcr.cache.document that return WorkspaceCache
 WorkspaceCache TransactionalWorkspaceCaches.getTransactionalWorkspaceCache(WorkspaceCache sharedWorkspaceCache)
           
protected  WorkspaceCache SessionNode.workspace(NodeCache cache)
           
 WorkspaceCache WorkspaceCache.workspaceCache()
           
 WorkspaceCache DocumentCache.workspaceCache()
           
 WorkspaceCache AbstractSessionCache.workspaceCache()
           
protected  WorkspaceCache LazyCachedNode.workspaceCache(NodeCache cache)
           
 

Methods in org.modeshape.jcr.cache.document with parameters of type WorkspaceCache
static ChildReferences ImmutableChildReferences.create(ChildReferences first, DocumentTranslator.ChildReferencesInfo segmentingInfo, ChildReferences externalReferences, WorkspaceCache cache)
           
static ChildReferences ImmutableChildReferences.create(ChildReferences first, DocumentTranslator.ChildReferencesInfo segmentingInfo, WorkspaceCache cache)
           
protected  TransactionalWorkspaceCache TransactionalWorkspaceCaches.createCache(WorkspaceCache sharedWorkspaceCache, Transaction txn)
           
protected  Document LazyCachedNode.document(WorkspaceCache cache)
          Get the Document that represents this node.
 ChildReferences DocumentTranslator.getChildReferences(WorkspaceCache cache, Document document)
           
protected  Path.Segment LazyCachedNode.getSegment(WorkspaceCache cache)
          Get the name for this node, without any same-name-sibiling (SNS) index.
 WorkspaceCache TransactionalWorkspaceCaches.getTransactionalWorkspaceCache(WorkspaceCache sharedWorkspaceCache)
           
 ImmutableChildReferences.Segment ImmutableChildReferences.Segment.next(WorkspaceCache cache)
           
protected  CachedNode LazyCachedNode.parent(WorkspaceCache cache)
           
protected  ChildReference LazyCachedNode.parentReferenceToSelf(WorkspaceCache cache)
          Get the parent node's child reference to this node.
 

Constructors in org.modeshape.jcr.cache.document with parameters of type WorkspaceCache
AbstractSessionCache(ExecutionContext context, WorkspaceCache sharedWorkspaceCache, SessionEnvironment sessionContext)
           
ImmutableChildReferences.Segmented(WorkspaceCache cache, ChildReferences firstSegment, DocumentTranslator.ChildReferencesInfo info)
           
ReadOnlySessionCache(ExecutionContext context, WorkspaceCache workspaceCache, SessionEnvironment sessionContext)
           
TransactionalWorkspaceCache(WorkspaceCache sharedWorkspaceCache, TransactionalWorkspaceCaches cacheManager, Transaction txn)
           
WorkspaceCache(WorkspaceCache original, ConcurrentMap<NodeKey,CachedNode> cache, ChangeSetListener changeSetListener)
           
WritableSessionCache(ExecutionContext context, WorkspaceCache workspaceCache, SessionEnvironment sessionContext)
          Create a new SessionCache that can be used for making changes to the workspace.
 

Uses of WorkspaceCache in org.modeshape.jcr.txn
 

Methods in org.modeshape.jcr.txn with parameters of type WorkspaceCache
 void Transactions.updateCache(WorkspaceCache workspace, ChangeSet changes, Transactions.Transaction transaction)
          Notify the workspace of the supplied changes, if and when the current transaction is completed.
 void SynchronizedTransactions.updateCache(WorkspaceCache workspace, ChangeSet changes, Transactions.Transaction transaction)
           
 

Constructors in org.modeshape.jcr.txn with parameters of type WorkspaceCache
SynchronizedTransactions.WorkspaceUpdates(WorkspaceCache workspace, ChangeSet changes)
           
 


ModeShape Distribution 3.2.0.Final

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