| Interface | Description |
|---|---|
| IndexAssertion<K,E,I> |
Asserts whether or not a candidate should be returned in searching based on
hard coded logic.
|
| TupleComparator<K,V> |
Used to compare the sorting order of binary data.
|
| Class | Description |
|---|---|
| AbstractBTreePartition |
An abstract
Partition that uses general BTree operations. |
| DefaultTupleComparator<K,V> |
The default implementation of a pair of comparators which compares both
keys and values of a Tuple.
|
| EntryCursorAdaptor |
Adapts index cursors to return just Entry objects.
|
| ForwardIndexComparator<K> |
TupleComparator for index records.
|
| IndexAssertionEnumeration |
A prefetching NamingEnumeration over an underlying NamingEnumeration which
determines if a element should be returned based on a Assertion.
|
| IndexCursorAdaptor<K> |
A Cursor which adapts an underlying Tuple based Cursor to one which returns
IndexEntry objects rather than tuples.
|
| IndexEnumeration<T> |
A NamingEnumeration over an Index which returns IndexRecords.
|
| KeyOnlyComparator<K,V> |
A TupleComparator that compares keys only.
|
| LongComparator |
A serializable comparator for long values.
|
| ReverseIndexComparator<V> |
TupleComparator for index records.
|
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.