ModeShape Distribution 3.1.0.Final

Package org.modeshape.jcr.cache.document

Interface Summary
DocumentCache  
DocumentStore A store which persists/retrieves documents.
 

Class Summary
AbstractChildReferences An partial ChildReferences implementation that can serve as a base class to provide default implementations of some methods to simplify other implementations.
AbstractChildReferences.ChildReferenceWithNameIterator  
AbstractSessionCache  
AbstractSessionCache.BasicSaveContext  
DocumentTranslator A utility class that encapsulates all the logic for reading from and writing to Document instances.
DocumentTranslator.ChildReferencesInfo  
ImmutableChildReferences  
ImmutableChildReferences.EmptyChildReferences  
ImmutableChildReferences.FederatedReferences  
ImmutableChildReferences.Medium  
ImmutableChildReferences.Segment  
ImmutableChildReferences.Segmented  
LazyCachedNode This is an immutable CachedNode implementation that lazily loads its content.
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.
MutableChildReferences  
NodeCacheIterator An iterator that returns all of the keys for the nodes in the cache that are below the specified starting node.
ReadOnlySessionCache A read-only SessionCache implementation.
SessionChildReferences A ChildReferences implementation that projects a single, changeable view of the child references of a node, allowing child references to be added to the end of the persisted state.
SessionNode A node used within a session when that node has (or may have) transient (unsaved) changes.
SessionNode.ChangedAdditionalParents  
SessionNode.ChangedChildren The representation of the changes made to the child references of this node.
SessionNode.InsertedChildReferences  
SessionNode.Insertions  
SessionNode.MixinChanges  
SessionNode.ReferrerChanges  
UnionIterator<Type> An iterator that presents the union of two iterators.
WorkspaceCache A NodeCache implementation that uses Infinispan's SchematicDb for storage, with each node represented as a single Document.
WritableSessionCache A writable SessionCache implementation capable of making transient changes and saving them.
 

Enum Summary
SessionNode.LockChange  
 


ModeShape Distribution 3.1.0.Final

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