Package | Description |
---|---|
org.axiondb.engine.indexes | |
org.axiondb.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
IntBTree |
IntBTreeIndex.getBTree() |
Modifier and Type | Method and Description |
---|---|
protected IntBTree |
IntBTree.createNode(org.axiondb.util.BTreeMetaData meta)
Create a new node.
|
protected IntBTree |
IntBTree.loadNode(org.axiondb.util.BTreeMetaData meta,
int fileId)
Read the node with the specified fileId from disk.
|