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 | Class and Description |
---|---|
class |
TestIndexSegmentBuilder_EmptyIndex
Test suite for building an
IndexSegment from an empty BTree . |
class |
TestIndexSegmentBuilderWithBlobCapacity |
class |
TestIndexSegmentBuilderWithCompactingMerge
A test of the
IndexSegmentBuilder in which there are some deleted
tuples in the source BTree and a compacting merge is performed. |
class |
TestIndexSegmentBuilderWithIncrementalBuild
A test of the
IndexSegmentBuilder in which there are some deleted
tuples in the source BTree which are to be copied to the destination
IndexSegment (this is really a test of the incremental build scenario
since deleted tuples are never copied for a compacting merge). |
class |
TestIndexSegmentBuilderWithLargeTrees
Test build trees on the journal, evicts them into an
IndexSegment ,
and then compares the trees for the same total ordering. |
class |
TestIndexSegmentBuilderWithSmallTree
Test suite based on a small btree with known keys and values.
|
class |
TestIndexSegmentMultiBlockIterators
Test suite for
IndexSegmentMultiBlockIterator . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.