Uses of Interface
org.apache.jackrabbit.commons.flat.TreeManager

Packages that use TreeManager
org.apache.jackrabbit.commons.flat   
 

Uses of TreeManager in org.apache.jackrabbit.commons.flat
 

Classes in org.apache.jackrabbit.commons.flat that implement TreeManager
 class BTreeManager
           This TreeManager implementation provides B+-tree like behavior.
 

Fields in org.apache.jackrabbit.commons.flat declared as TreeManager
protected  TreeManager ItemSequence.treeManager
          The TreeManager instance managing the mapping between the sequence view and the JCR hierarchy.
 

Methods in org.apache.jackrabbit.commons.flat with parameters of type TreeManager
static NodeSequence ItemSequence.createNodeSequence(TreeManager treeManager)
          Create a new NodeSequence instance.
static NodeSequence ItemSequence.createNodeSequence(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)
          Create a new NodeSequence instance.
static PropertySequence ItemSequence.createPropertySequence(TreeManager treeManager)
          Create a new PropertySequence instance.
static PropertySequence ItemSequence.createPropertySequence(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)
          Create a new PropertySequence instance.
 

Constructors in org.apache.jackrabbit.commons.flat with parameters of type TreeManager
ItemSequence.NodeSequenceImpl(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)
           
ItemSequence.PropertySequenceImpl(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)
           
ItemSequence(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)
          Create a new ItemSequence instance.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.