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 |
Tuple<E>
A key-value pair used to facilitate some iterator constructs.
|
Constructor and Description |
---|
LeafTupleIterator(Leaf leaf,
AbstractTuple<E> tuple) |
LeafTupleIterator(Leaf leaf,
AbstractTuple<E> tuple,
byte[] fromKey,
byte[] toKey) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.