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

Packages that use RevisionStore
org.apache.jackrabbit.mk.core   
org.apache.jackrabbit.mk.htree   
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.htree
 

Methods in org.apache.jackrabbit.mk.htree with parameters of type RevisionStore
 void ChildNodeEntriesHTree.postPersist(RevisionStore store, RevisionStore.PutToken token)
           
 void ChildNodeEntriesHTree.prePersist(RevisionStore store, RevisionStore.PutToken token)
           
 

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, RevisionStore.PutToken token)
           
 void MutableNode.postPersist(RevisionStore store, RevisionStore.PutToken token)
           
 void MutableNode.prePersist(RevisionStore store, RevisionStore.PutToken token)
           
 

Constructors in org.apache.jackrabbit.mk.model with parameters of type RevisionStore
CommitBuilder(Id baseRevId, String msg, RevisionStore store)
           
StagedNodeTree(RevisionStore store, Id baseRevisionId)
          Creates a new StagedNodeTree instance.
 

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

Classes in org.apache.jackrabbit.mk.store that implement RevisionStore
 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, RevisionStore.PutToken token)
           
 void PersistHook.prePersist(RevisionStore store, RevisionStore.PutToken token)
           
 



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