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). |
com.bigdata.btree.filter |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBTreeCursorTestCase
Abstract base class for some unit tests that can only be run against a
BTree . |
class |
TestIndexSegmentCursors
Test suite for
IndexSegment.IndexSegmentTupleCursor . |
class |
TestMutableBTreeCursors
Test ability to traverse tuples using an
ITupleCursor while the SAME
THREAD is used to insert, update, or remove tuples from a mutable
BTree . |
class |
TestReadOnlyBTreeCursors
Unit tests for
ITupleCursor for a read-only BTree . |
Modifier and Type | Class and Description |
---|---|
class |
TestRemoverator
Test suite for the
Removerator . |
class |
TestReverserator
Test suite for the
Reverserator . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.