xxl.indexStructures
Class MultiDiskBTree.Level1IndexEntry

java.lang.Object
  |
  +--xxl.indexStructures.Tree.IndexEntry
        |
        +--xxl.indexStructures.ORTree.IndexEntry
              |
              +--xxl.indexStructures.MultiDiskBTree.Level1IndexEntry

public class MultiDiskBTree.Level1IndexEntry
extends ORTree.IndexEntry


Field Summary
protected  int containersIndex
           
 
Fields inherited from class xxl.indexStructures.ORTree.IndexEntry
descriptor
 
Fields inherited from class xxl.indexStructures.Tree.IndexEntry
id
 
Constructor Summary
MultiDiskBTree.Level1IndexEntry()
           
 
Method Summary
 Tree.IndexEntry initialize(Container container, java.lang.Object id, Tree.Node.SplitInfo splitInfo)
           
 
Methods inherited from class xxl.indexStructures.ORTree.IndexEntry
descriptor, initialize
 
Methods inherited from class xxl.indexStructures.Tree.IndexEntry
chooseSubtree, container, get, growAndPost, hashCode, id, initialize, level, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

containersIndex

protected int containersIndex
Constructor Detail

MultiDiskBTree.Level1IndexEntry

public MultiDiskBTree.Level1IndexEntry()
Method Detail

initialize

public Tree.IndexEntry initialize(Container container,
                                  java.lang.Object id,
                                  Tree.Node.SplitInfo splitInfo)
Overrides:
initialize in class ORTree.IndexEntry