Package | Description |
---|---|
com.bigdata.btree |
The
BTree is a scalable B+-Tree with copy-on-write
semantics mapping variable length unsigned byte[] keys to variable
length byte[] values (null values are allowed). |
Modifier and Type | Method and Description |
---|---|
protected void |
IndexSegmentBuilder.addSeparatorKey(IndexSegmentBuilder.SimpleLeafData leaf)
Copies the first key of a new leaf as a separatorKey for the appropriate
parent (if any) of that leaf.
|
protected long |
IndexSegmentBuilder.writeLeaf(IndexSegmentBuilder.SimpleLeafData leaf)
Code the leaf, obtaining its address, update the prior/next addr of the
previous leaf, and write that previous leaf onto the output file.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.