Uses of Interface
org.apache.jackrabbit.mk.store.RevisionStore

Packages that use RevisionStore
org.apache.jackrabbit.mk.core   
org.apache.jackrabbit.mk.model   
org.apache.jackrabbit.mk.store   
 

Uses of RevisionStore in org.apache.jackrabbit.mk.core
 

Methods in org.apache.jackrabbit.mk.core that return RevisionStore
 RevisionStore Repository.getRevisionStore()
           
 

Constructors in org.apache.jackrabbit.mk.core with parameters of type RevisionStore
Repository(RevisionStore rs, BlobStore bs)
          Alternate constructor, used for testing.
 

Uses of RevisionStore in org.apache.jackrabbit.mk.model
 

Methods in org.apache.jackrabbit.mk.model with parameters of type RevisionStore
protected  void ChildNodeEntriesTree.persistDirtyBuckets(RevisionStore store)
           
 void MutableNode.postPersist(RevisionStore store)
           
 void MutableNode.prePersist(RevisionStore store)
           
 

Constructors in org.apache.jackrabbit.mk.model with parameters of type RevisionStore
CommitBuilder(Id baseRevId, String msg, RevisionStore store)
           
 

Uses of RevisionStore in org.apache.jackrabbit.mk.store
 

Classes in org.apache.jackrabbit.mk.store that implement RevisionStore
 class CopyingGC
          Revision garbage collector that copies reachable revisions from a "from" revision store to a "to" revision store.
 class DefaultRevisionStore
          Default revision store implementation, passing calls to a Persistence and a BlobStore, respectively and providing caching.
 

Methods in org.apache.jackrabbit.mk.store with parameters of type RevisionStore
 void PersistHook.postPersist(RevisionStore store)
           
 void PersistHook.prePersist(RevisionStore store)
           
 

Constructors in org.apache.jackrabbit.mk.store with parameters of type RevisionStore
CopyingGC(RevisionStore rsFrom, RevisionStore rsTo)
          Create a new instance of this class.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.