Package | Description |
---|---|
org.apache.kahadb.index |
Modifier and Type | Method and Description |
---|---|
BTreeNode<Key,Value> |
BTreeNode.getFirstLeafNode(Transaction tx) |
BTreeNode<Key,Value> |
BTreeNode.getParent() |
BTreeNode<Key,Value> |
BTreeNode.Marshaller.readPayload(DataInput is) |
Modifier and Type | Method and Description |
---|---|
Page<BTreeNode<Key,Value>> |
BTreeNode.getPage() |
Modifier and Type | Method and Description |
---|---|
void |
BTreeNode.setParent(BTreeNode<Key,Value> parent) |
void |
BTreeNode.Marshaller.writePayload(BTreeNode<Key,Value> node,
DataOutput os) |
Modifier and Type | Method and Description |
---|---|
void |
BTreeNode.setPage(Page<BTreeNode<Key,Value>> page) |
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.