|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface INodeFactory
Interface for creating nodes or leaves.
| Method Summary | |
|---|---|
Leaf |
allocLeaf(AbstractBTree btree,
long addr,
ILeafData data)
Create a leaf. |
Node |
allocNode(AbstractBTree btree,
long addr,
INodeData data)
Create a node. |
| Method Detail |
|---|
Node allocNode(AbstractBTree btree,
long addr,
INodeData data)
btree - The owning B+Tree.addr - The address from which the node was read.data - The node data record.
Leaf allocLeaf(AbstractBTree btree,
long addr,
ILeafData data)
btree - The owning B+Tree.addr - The address from which the leaf was read.data - The leaf data record.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||