Package | Description |
---|---|
nl.renarj.jasdb.index.btreeplus | |
nl.renarj.jasdb.index.btreeplus.persistence |
Modifier and Type | Class and Description |
---|---|
class |
RootBlock |
Modifier and Type | Method and Description |
---|---|
protected long |
TreeBlock.getLeftSibbling(TreeBlock block) |
protected long |
TreeBlock.getRightSibbling(TreeBlock block) |
Modifier and Type | Method and Description |
---|---|
TreeBlock |
NodeBlockFactory.createBlock(long parentBlock,
DataBlock dataBlock) |
TreeBlock |
NodeBlockFactory.loadBlock(DataBlock dataBlock) |
Modifier and Type | Method and Description |
---|---|
protected KeyLoadResult |
RootBlockFactory.loadKeyResult(TreeBlock treeBlock,
int offset,
DataBlock dataBlock) |
protected KeyLoadResult |
NodeBlockFactory.loadKeyResult(TreeBlock treeBlock,
int offset,
DataBlock dataBlock) |
void |
RootBlockFactory.persistBlock(TreeBlock treeBlock) |
void |
NodeBlockFactory.persistBlock(TreeBlock treeBlock) |
protected DataBlock |
RootBlockFactory.writeKey(TreeBlock treeBlock,
Key key,
DataBlock dataBlock) |
protected DataBlock |
NodeBlockFactory.writeKey(TreeBlock treeBlock,
Key key,
DataBlock dataBlock) |
Copyright © 2015. All rights reserved.