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,
javax.jcr.Node node,
javax.jcr.Node cause)
After the node
cause has been deleted from the sequence
itemSequence , the implementation of this method may decide
to join the parent node of cause with some
other nodes. |
void |
BTreeManager.join(ItemSequence itemSequence,
javax.jcr.Node node,
javax.jcr.Node cause)
This implementation does not actually join any nodes.
|
void |
TreeManager.join(ItemSequence itemSequence,
javax.jcr.Node node,
javax.jcr.Property cause)
After the property
cause has been deleted from the sequence
itemSequence , the implementation of this method may decide
to join the parent node of cause with some
other nodes. |
void |
BTreeManager.join(ItemSequence itemSequence,
javax.jcr.Node node,
javax.jcr.Property cause)
This implementation does not actually join any nodes.
|
void |
TreeManager.split(ItemSequence itemSequence,
javax.jcr.Node node,
javax.jcr.Node cause)
After the node
cause has been inserted into the sequence
itemSequence , the implementation of this method may decide
to split the parent node of cause into two or
more new nodes. |
void |
BTreeManager.split(ItemSequence itemSequence,
javax.jcr.Node node,
javax.jcr.Node cause)
This implementations splits
node when its number of child
nodes exceeds the maximum number specified in the constructor. |
void |
TreeManager.split(ItemSequence itemSequence,
javax.jcr.Node node,
javax.jcr.Property cause)
After the property
cause has been inserted into the sequence
itemSequence , the implementation of this method may decide
to split the parent node of cause into two or
more new nodes. |
void |
BTreeManager.split(ItemSequence itemSequence,
javax.jcr.Node node,
javax.jcr.Property cause)
This implementations splits
node when its number of
properties exceeds the maximum number specified in the constructor. |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.