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 |
---|---|
IndexSegmentCheckpoint |
IndexSegmentBuilder.call()
Build the
IndexSegment given the parameters specified to the
constructor. |
protected IndexSegmentCheckpoint |
TestIndexSegmentBuilderWithSmallTree.doBuildAndDiscardCache(BTree btree,
int m) |
protected IndexSegmentCheckpoint |
TestIndexSegmentBuilderWithBlobCapacity.doBuildAndDiscardCache(BTree btree,
int m) |
protected IndexSegmentCheckpoint |
TestIndexSegmentBuilder_EmptyIndex.doBuildAndDiscardCache(BTree btree,
int m) |
IndexSegmentCheckpoint |
IndexSegmentBuilder.getCheckpoint()
The
IndexSegmentCheckpoint record written on the
IndexSegmentStore . |
IndexSegmentCheckpoint |
IndexSegmentStore.getCheckpoint()
A read-only view of the checkpoint record for the index segment.
|
protected IndexSegmentCheckpoint |
IndexSegmentBuilder.writeIndexSegment(FileChannel outChannel,
long commitTime)
Writes the complete file format for the index segment.
|
Constructor and Description |
---|
IndexSegmentAddressManager(IndexSegmentCheckpoint checkpoint) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.