Class | Description |
---|---|
BJEConfig | |
BJEStorageImplementation | |
BJETxCursor | |
BJETxLock |
A
ReadWriteLock implementation backed by the BerkeleyDB locking mechanism. |
DefaultBiIndexImpl<KeyType,ValueType> | |
DefaultIndexImpl<KeyType,ValueType> |
A default index implementation.
|
IndexResultSet<T> |
An
IndexResultSet is based on a cursor over an indexed set of values. |
KeyScanResultSet<T> |
Scans the key elements of an index.
|
LinkBinding |
A
LinkBinding converts a UUIDPersistentHandle[] to and from a flat
byte[] for the purposes of storage and retrieval in the BerkeleyDB. |
PlainSecondaryKeyCreator | |
SingleKeyResultSet<T> |
Implements a BerkeleyDB
Cursor based result set that iterates over all duplicates of a given
key. |
SingleValueResultSet<T> |
A result set based on a BerkeleyDB secondary cursor.
|
TransactionBJEImpl |