Package | Description |
---|---|
net.sf.joafip.btreeplus.entity | |
net.sf.joafip.btreeplus.service |
Modifier and Type | Class and Description |
---|---|
class |
DataBlock |
Modifier and Type | Method and Description |
---|---|
IDataBlock |
DataBlockPage.getDataBlock(int index) |
IDataBlock |
DataBlockPage.getDataBlock(long dataBlockPosition) |
Modifier and Type | Method and Description |
---|---|
boolean |
LeafPage.add(DataRecordIdentifier dataRecordIdentifier,
IDataBlock dataBlock) |
void |
LeafPage.setDataBlock(int index,
IDataBlock dataBlock) |
LeafPage |
LeafPage.split(DataRecordIdentifier dataRecordIdentifier,
IDataBlock dataBlock) |
Modifier and Type | Method and Description |
---|---|
IDataBlock |
BtreePlusElementMgr.createDataBlock(byte[] data) |
IDataBlock |
BtreePlusElementMgr.getDataBlock(long dataBlockPosition) |
Modifier and Type | Method and Description |
---|---|
void |
BtreePlusElementMgr.newRootLeafPage(DataRecordIdentifier dataRecordIdentifier,
IDataBlock dataBlock) |
void |
BtreePlusElementMgr.remove(IDataBlock dataBlock) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.