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 |
---|---|
static IndexSegmentRegion |
IndexSegmentRegion.decodeRegion(long encodedOffset)
Return the decoded region from an encoded offset.
|
IndexSegmentRegion |
IndexSegmentAddressManager.getRegion(long addr)
Return the region relative to which this address was encoded.
|
static IndexSegmentRegion |
IndexSegmentRegion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexSegmentRegion[] |
IndexSegmentRegion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.