Uses of Interface
org.apache.jackrabbit.mk.model.tree.NodeStore

Packages that use NodeStore
org.apache.jackrabbit.mk.model.tree   
org.apache.jackrabbit.mk.store   
 

Uses of NodeStore in org.apache.jackrabbit.mk.model.tree
 

Constructors in org.apache.jackrabbit.mk.model.tree with parameters of type NodeStore
DiffBuilder(NodeState before, NodeState after, String path, int depth, NodeStore store, String pathFilter)
           
TraversingNodeDiffHandler(NodeStore store)
           
 

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

Subinterfaces of NodeStore in org.apache.jackrabbit.mk.store
 interface RevisionProvider
          Read operations.
 interface RevisionStore
          Write operations.
 

Classes in org.apache.jackrabbit.mk.store that implement NodeStore
 class DefaultRevisionStore
          Default revision store implementation, passing calls to a Persistence and a BlobStore, respectively and providing caching.
 



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