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 |
KeyAfterPartitionException
An exception thrown when a key lies after the half-open range of an index
partition.
|
class |
KeyBeforePartitionException
Exception thrown when a key is before the start of the half-open range of an
index partition.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.