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 |
---|---|
IndexSegmentAddressManager |
IndexSegmentStore.getAddressManager()
Used to correct decode region-based addresses.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
TestIndexSegmentAddressManager.doRoundTripTest(IndexSegmentRegion region,
int nbytes,
long offset,
long expectedOffset,
IndexSegmentAddressManager am)
Test helper forms an encoded address whose offset is relative to the
specified region and then attempts to decode that address.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.