Uses of Interface
org.apache.jackrabbit.commons.flat.TreeManager
-
Packages that use TreeManager Package Description org.apache.jackrabbit.commons.flat -
-
Uses of TreeManager in org.apache.jackrabbit.commons.flat
Classes in org.apache.jackrabbit.commons.flat that implement TreeManager Modifier and Type Class Description class
BTreeManager
ThisTreeManager
implementation provides B+-tree like behavior.Fields in org.apache.jackrabbit.commons.flat declared as TreeManager Modifier and Type Field Description protected TreeManager
ItemSequence. treeManager
TheTreeManager
instance managing the mapping between the sequence view and the JCR hierarchy.Methods in org.apache.jackrabbit.commons.flat with parameters of type TreeManager Modifier and Type Method Description static NodeSequence
ItemSequence. createNodeSequence(TreeManager treeManager)
Create a newNodeSequence
instance.static NodeSequence
ItemSequence. createNodeSequence(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)
Create a newNodeSequence
instance.static PropertySequence
ItemSequence. createPropertySequence(TreeManager treeManager)
Create a newPropertySequence
instance.static PropertySequence
ItemSequence. createPropertySequence(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)
Create a newPropertySequence
instance.Constructors in org.apache.jackrabbit.commons.flat with parameters of type TreeManager Constructor Description ItemSequence(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)
Create a newItemSequence
instance.NodeSequenceImpl(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)
PropertySequenceImpl(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)
-