public interface INodeFactory
Modifier and Type | Method and Description |
---|---|
com.bigdata.htree.BucketPage |
allocLeaf(AbstractHTree htree,
long addr,
ILeafData data)
Create a leaf.
|
com.bigdata.htree.DirectoryPage |
allocNode(AbstractHTree htree,
long addr,
IDirectoryData data)
Create a node.
|
com.bigdata.htree.DirectoryPage allocNode(AbstractHTree htree, long addr, IDirectoryData data)
htree
- The owning HTree
.addr
- The address from which the node was read.data
- The node data record.com.bigdata.htree.BucketPage allocLeaf(AbstractHTree htree, long addr, ILeafData data)
htree
- The owning HTree
.addr
- The address from which the leaf was read.data
- The leaf data record.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.