Package | Description |
---|---|
net.sf.joafip.btreeplus.entity | |
net.sf.joafip.btreeplus.service |
Modifier and Type | Interface and Description |
---|---|
interface |
ILeafPage |
interface |
INonTerminalPage |
Modifier and Type | Class and Description |
---|---|
class |
AbstractElement |
class |
AbstractNodePage |
class |
DataBlockPage |
class |
FreePage |
class |
HeaderPage |
class |
LeafPage |
class |
NonTerminalPage |
Modifier and Type | Method and Description |
---|---|
IPageRecordable |
PageRecord.getPageRecordable() |
IPageRecordable |
NonTerminalPage.getParentPage() |
IPageRecordable |
LeafPage.getParentPage() |
IPageRecordable |
IPageRecordable.getParentPage() |
IPageRecordable |
HeaderPage.getParentPage() |
IPageRecordable |
FreePage.getParentPage() |
IPageRecordable |
DataBlockPage.getParentPage() |
Modifier and Type | Method and Description |
---|---|
void |
PageRecord.setPageRecordable(IPageRecordable pageRecordable) |
void |
IPageRecord.setPageRecordable(IPageRecordable pageRecordable) |
void |
NonTerminalPage.setParentPage(IPageRecordable parentPage,
int inParentIndex) |
void |
LeafPage.setParentPage(IPageRecordable parentPage,
int inParentIndex) |
void |
IPageRecordable.setParentPage(IPageRecordable parentPage,
int inParentIndex) |
void |
HeaderPage.setParentPage(IPageRecordable parentPage,
int inParentIndex) |
void |
FreePage.setParentPage(IPageRecordable parentPage,
int inParentIndex) |
void |
DataBlockPage.setParentPage(IPageRecordable parentPage,
int inParentIndex) |
Constructor and Description |
---|
PageRecord(IHeapElementManager heapElementManager,
Long previousRecordPositionInFile,
IPageRecordable pageRecordable,
long pageNumber) |
Modifier and Type | Method and Description |
---|---|
IPageRecordable |
BtreePlusElementMgr.getPage(long position,
IPageRecordable parentPage,
int index) |
IPageRecordable |
BtreePlusElementMgr.getRoot() |
Modifier and Type | Method and Description |
---|---|
void |
BtreePlusElementMgr.appendPageRecordable(IPageRecordable pageRecordable) |
IPageRecordable |
BtreePlusElementMgr.getPage(long position,
IPageRecordable parentPage,
int index) |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.