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 | Field and Description |
---|---|
protected NodeSerializer |
AbstractBTree.nodeSer
Used to serialize and de-serialize the nodes and leaves of the tree.
|
Modifier and Type | Method and Description |
---|---|
NodeSerializer |
AbstractBTree.getNodeSerializer()
The object responsible for (de-)serializing the nodes and leaves of the
IIndex . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.