| Package | Description |
|---|---|
| org.apache.jackrabbit.commons.flat |
| Modifier and Type | Class and Description |
|---|---|
class |
BTreeManager
This
TreeManager implementation provides B+-tree like behavior. |
| Modifier and Type | Field and Description |
|---|---|
protected TreeManager |
ItemSequence.treeManager
The
TreeManager instance managing the mapping between the
sequence view and the JCR hierarchy. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Constructor and Description |
|---|
ItemSequence(TreeManager treeManager,
TreeTraverser.ErrorHandler errorHandler)
Create a new
ItemSequence instance. |
NodeSequenceImpl(TreeManager treeManager,
TreeTraverser.ErrorHandler errorHandler) |
PropertySequenceImpl(TreeManager treeManager,
TreeTraverser.ErrorHandler errorHandler) |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.