| Package | Description | 
|---|---|
| org.apache.jackrabbit.commons.flat | 
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | ItemSequence.NodeSequenceImpl | 
| protected static class  | ItemSequence.PropertySequenceImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TreeManager. join(ItemSequence itemSequence,
    Node node,
    Node cause)After the node  causehas been deleted from the sequenceitemSequence, the implementation of this method may decide
 to join the parentnodeofcausewith some
 other nodes. | 
| void | BTreeManager. join(ItemSequence itemSequence,
    Node node,
    Node cause)This implementation does not actually join any nodes. | 
| void | TreeManager. join(ItemSequence itemSequence,
    Node node,
    Property cause)After the property  causehas been deleted from the sequenceitemSequence, the implementation of this method may decide
 to join the parentnodeofcausewith some
 other nodes. | 
| void | BTreeManager. join(ItemSequence itemSequence,
    Node node,
    Property cause)This implementation does not actually join any nodes. | 
| void | TreeManager. split(ItemSequence itemSequence,
     Node node,
     Node cause)After the node  causehas been inserted into the sequenceitemSequence, the implementation of this method may decide
 to split the parentnodeofcauseinto two or
 more new nodes. | 
| void | BTreeManager. split(ItemSequence itemSequence,
     Node node,
     Node cause)This implementations splits  nodewhen its number of child
 nodes exceeds the maximum number specified in the constructor. | 
| void | TreeManager. split(ItemSequence itemSequence,
     Node node,
     Property cause)After the property  causehas been inserted into the sequenceitemSequence, the implementation of this method may decide
 to split the parentnodeofcauseinto two or
 more new nodes. | 
| void | BTreeManager. split(ItemSequence itemSequence,
     Node node,
     Property cause)This implementations splits  nodewhen its number of
 properties exceeds the maximum number specified in the constructor. | 
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.