Class | Description |
---|---|
BTreeIndex<Key,Value> |
A variable magnitude b+tree indexes with support for optional
simple-prefix optimization.
|
BTreeNode<Key,Value> |
The BTreeNode class represents a node in the BTree object graph.
|
BTreeNode.DataPagedAccessor<Key,Value> | |
HashIndex<Key,Value> |
Hash Index implementation.
|
Logging |
Index implementations.
Indexes provide fast key/value storage. They use the Paging API to store thier data.
Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.