public interface INodeFactory
| Modifier and Type | Method and Description |
|---|---|
Leaf |
allocLeaf(AbstractBTree btree,
long addr,
ILeafData data)
Create a leaf.
|
Node |
allocNode(AbstractBTree btree,
long addr,
INodeData data)
Create a node.
|
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.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.