Package | Description |
---|---|
org.fusesource.hawtdb.api |
The HawDB client API
|
org.fusesource.hawtdb.internal.index |
Index implementations.
|
Modifier and Type | Method and Description |
---|---|
static <Key,Value> |
Predicates.visitor(Predicate<Key> predicate) |
Modifier and Type | Method and Description |
---|---|
void |
SortedIndex.visit(IndexVisitor<Key,Value> visitor)
Traverses the visitor over the stored entries in this index.
|
Modifier and Type | Method and Description |
---|---|
void |
BTreeNode.visit(BTreeIndex<Key,Value> index,
IndexVisitor<Key,Value> visitor) |
void |
BTreeIndex.visit(IndexVisitor<Key,Value> visitor) |
Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.