xxl.indexStructures
Class ORTree.IndexEntry

java.lang.Object
  |
  +--xxl.indexStructures.Tree.IndexEntry
        |
        +--xxl.indexStructures.ORTree.IndexEntry
Direct Known Subclasses:
MultiDiskBTree.Level1IndexEntry, MultiDiskBTree.Level2IndexEntry

public class ORTree.IndexEntry
extends Tree.IndexEntry


Field Summary
protected  Tree.Descriptor descriptor
           
 
Fields inherited from class xxl.indexStructures.Tree.IndexEntry
id
 
Constructor Summary
ORTree.IndexEntry()
           
 
Method Summary
 Tree.Descriptor descriptor()
           
 ORTree.IndexEntry initialize(Container container, java.lang.Object id, Tree.Descriptor descriptor)
           
 Tree.IndexEntry initialize(Container container, java.lang.Object id, Tree.Node.SplitInfo splitInfo)
           
 
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

descriptor

protected Tree.Descriptor descriptor
Constructor Detail

ORTree.IndexEntry

public ORTree.IndexEntry()
Method Detail

initialize

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

initialize

public ORTree.IndexEntry initialize(Container container,
                                    java.lang.Object id,
                                    Tree.Descriptor descriptor)

descriptor

public Tree.Descriptor descriptor()