|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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,
DataOutput os)
|
Method parameters in org.apache.kahadb.index with type arguments of type BTreeNode | |
---|---|
void |
BTreeNode.setPage(Page<BTreeNode<Key,Value>> page)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |