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

Packages that use ChildNodeEntries
org.apache.jackrabbit.mk.htree   
org.apache.jackrabbit.mk.model   
org.apache.jackrabbit.mk.persistence   
org.apache.jackrabbit.mk.store   
 

Uses of ChildNodeEntries in org.apache.jackrabbit.mk.htree
 

Classes in org.apache.jackrabbit.mk.htree that implement ChildNodeEntries
 class ChildNodeEntriesHTree
          HTree based implementation to manage child node entries.
 

Methods in org.apache.jackrabbit.mk.htree with parameters of type ChildNodeEntries
 Iterator<ChildNodeEntry> ChildNodeEntriesHTree.getAdded(ChildNodeEntries other)
           
 Iterator<ChildNodeEntry> ChildNodeEntriesHTree.getModified(ChildNodeEntries other)
           
 Iterator<ChildNodeEntry> ChildNodeEntriesHTree.getRemoved(ChildNodeEntries other)
           
 

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

Classes in org.apache.jackrabbit.mk.model that implement ChildNodeEntries
 class ChildNodeEntriesMap
           
 class ChildNodeEntriesTree
           
protected static class ChildNodeEntriesTree.Bucket
           
 

Fields in org.apache.jackrabbit.mk.model declared as ChildNodeEntries
protected  ChildNodeEntries AbstractNode.childEntries
           
 

Methods in org.apache.jackrabbit.mk.model with parameters of type ChildNodeEntries
 Iterator<ChildNodeEntry> ChildNodeEntriesTree.getAdded(ChildNodeEntries other)
           
 Iterator<ChildNodeEntry> ChildNodeEntries.getAdded(ChildNodeEntries other)
          Returns those entries that exist in other but not in this.
 Iterator<ChildNodeEntry> ChildNodeEntriesMap.getAdded(ChildNodeEntries other)
           
 Iterator<ChildNodeEntry> ChildNodeEntriesTree.getModified(ChildNodeEntries other)
           
 Iterator<ChildNodeEntry> ChildNodeEntries.getModified(ChildNodeEntries other)
          Returns this instance's entries that have namesakes in other but with different ids.
 Iterator<ChildNodeEntry> ChildNodeEntriesMap.getModified(ChildNodeEntries other)
           
 Iterator<ChildNodeEntry> ChildNodeEntriesTree.getRemoved(ChildNodeEntries other)
           
 Iterator<ChildNodeEntry> ChildNodeEntries.getRemoved(ChildNodeEntries other)
          Returns those entries that exist in this but not in other.
 Iterator<ChildNodeEntry> ChildNodeEntriesMap.getRemoved(ChildNodeEntries other)
           
 

Uses of ChildNodeEntries in org.apache.jackrabbit.mk.persistence
 

Methods in org.apache.jackrabbit.mk.persistence with parameters of type ChildNodeEntries
 Id Persistence.writeCNEMap(ChildNodeEntries map)
           
 Id H2Persistence.writeCNEMap(ChildNodeEntries map)
           
 Id InMemPersistence.writeCNEMap(ChildNodeEntries map)
           
 

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

Methods in org.apache.jackrabbit.mk.store with parameters of type ChildNodeEntries
 Id DefaultRevisionStore.putCNEMap(RevisionStore.PutToken token, ChildNodeEntries map)
           
 Id RevisionStore.putCNEMap(RevisionStore.PutToken token, ChildNodeEntries map)
           
 



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