|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--xxl.indexStructures.Tree.Node
|
+--xxl.indexStructures.ORTree.Node
|
+--xxl.indexStructures.BTree.Node
|
+--xxl.indexStructures.MultiDiskBTree.Node
| Inner classes inherited from class xxl.indexStructures.ORTree.Node |
ORTree.Node.SplitInfo |
| Inner classes inherited from class xxl.indexStructures.Tree.Node |
Tree.Node.SplitInfo |
| Field Summary | |
protected Container[] |
siblingsContainers
|
protected java.lang.Object[] |
siblingsIds
|
| Fields inherited from class xxl.indexStructures.ORTree.Node |
entries |
| Fields inherited from class xxl.indexStructures.Tree.Node |
level |
| Constructor Summary | |
MultiDiskBTree.Node()
|
|
| Method Summary | |
protected Tree.Node.SplitInfo |
split(java.util.Stack path)
|
| Methods inherited from class xxl.indexStructures.BTree.Node |
borders,
chooseSubtree,
grow,
query |
| Methods inherited from class xxl.indexStructures.ORTree.Node |
chooseSubtree,
chooseSubtree,
createSplitInfo,
descriptors,
entries,
grow,
initialize,
initialize,
number,
post |
| Methods inherited from class xxl.indexStructures.Tree.Node |
initialize,
level,
overflows,
redressOverflow,
splitMaxNumber,
splitMaxRatio,
splitMinNumber,
splitMinRatio,
underflows |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
protected Container[] siblingsContainers
protected java.lang.Object[] siblingsIds
| Constructor Detail |
public MultiDiskBTree.Node()
| Method Detail |
protected Tree.Node.SplitInfo split(java.util.Stack path)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||