Uses of Class
org.apache.kahadb.index.BTreeNode

Packages that use BTreeNode
org.apache.kahadb.index   
 

Uses of BTreeNode in org.apache.kahadb.index
 

Methods in org.apache.kahadb.index that return BTreeNode
 BTreeNode<Key,Value> BTreeNode.getFirstLeafNode(Transaction tx)
           
 BTreeNode<Key,Value> BTreeNode.getParent()
           
 BTreeNode<Key,Value> BTreeNode.Marshaller.readPayload(java.io.DataInput is)
           
 

Methods in org.apache.kahadb.index that return types with arguments of type BTreeNode
 Page<BTreeNode<Key,Value>> BTreeNode.getPage()
           
 

Methods in org.apache.kahadb.index with parameters of type BTreeNode
 void BTreeNode.setParent(BTreeNode<Key,Value> parent)
           
 void BTreeNode.Marshaller.writePayload(BTreeNode<Key,Value> node, java.io.DataOutput os)
           
 

Method parameters in org.apache.kahadb.index with type arguments of type BTreeNode
 void BTreeNode.setPage(Page<BTreeNode<Key,Value>> page)
           
 



Copyright © 2005-2015. All Rights Reserved.