Uses of Class
org.axiondb.util.IntBTree

Packages that use IntBTree
org.axiondb.engine.indexes   
org.axiondb.util Utility classes. 
 

Uses of IntBTree in org.axiondb.engine.indexes
 

Methods in org.axiondb.engine.indexes that return IntBTree
 IntBTree IntBTreeIndex.getBTree()
           
 

Uses of IntBTree in org.axiondb.util
 

Methods in org.axiondb.util that return IntBTree
protected  IntBTree IntBTree.loadNode(org.axiondb.util.BTreeMetaData meta, int fileId)
          Read the node with the specified fileId from disk.
protected  IntBTree IntBTree.createNode(org.axiondb.util.BTreeMetaData meta)
          Create a new node.