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

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

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

Constructors in org.apache.jackrabbit.mk.model with parameters of type NodeStore
DiffBuilder(NodeState before, NodeState after, String path, NodeStore store, String filter)
           
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.