xxl.indexStructures
Class MultiDiskBTree.Level2IndexEntry

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

public class MultiDiskBTree.Level2IndexEntry
extends ORTree.IndexEntry


Fields inherited from class xxl.indexStructures.ORTree.IndexEntry
descriptor
 
Fields inherited from class xxl.indexStructures.Tree.IndexEntry
id
 
Constructor Summary
MultiDiskBTree.Level2IndexEntry()
           
 
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
 

Constructor Detail

MultiDiskBTree.Level2IndexEntry

public MultiDiskBTree.Level2IndexEntry()
Method Detail

initialize

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