| 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 static BTree | 
AbstractBTreeTestCase.doInsertKeySequenceTest(BTree btree,
                       int[] keys,
                       SimpleEntry[] entries,
                       int[] order,
                       int trace)
Insert key value pairs into the tree in the specified order and verify
 the expected entry traversal afterwards. 
 | 
static BTree | 
AbstractBTreeTestCase.doInsertRandomKeySequenceTest(BTree btree,
                             int[] keys,
                             SimpleEntry[] entries,
                             int trace)
Insert key value pairs into the tree in a random order and verify the
 expected entry traversal afterwards. 
 | 
protected void | 
AbstractBTreeTestCase.doRandomKeyInsertTest(BTree btree,
                     int[] keys,
                     SimpleEntry[] entries,
                     int[] order)  | 
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.