xxl.indexStructures
Class MultiDiskBTree.Node

java.lang.Object
  |
  +--xxl.indexStructures.Tree.Node
        |
        +--xxl.indexStructures.ORTree.Node
              |
              +--xxl.indexStructures.BTree.Node
                    |
                    +--xxl.indexStructures.MultiDiskBTree.Node

public class MultiDiskBTree.Node
extends BTree.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

siblingsContainers

protected Container[] siblingsContainers

siblingsIds

protected java.lang.Object[] siblingsIds
Constructor Detail

MultiDiskBTree.Node

public MultiDiskBTree.Node()
Method Detail

split

protected Tree.Node.SplitInfo split(java.util.Stack path)
Overrides:
split in class BTree.Node