| Class | Description |
|---|---|
| BigIntegerSerializer |
A custom BigInteger serializer to [de]serialize BigIntegers.
|
| BTreeRedirect |
A redirection pointer to another BTree.
|
| BTreeRedirectMarshaller |
Serializes and deserializes a BTreeRedirect object to and from a byte[]
representation.
|
| DupsContainer<V> |
A wrapper around duplicate key values.
|
| DupsContainerCursor<K,V> |
A cursor for browsing tables with duplicates which returns the container
for values rather than just the value.
|
| IndexValueSerializer | |
| JdbmIndex<K,O> |
A Jdbm based index implementation.
|
| JdbmMasterTable<E> |
The master table used to store the Attributes of entries.
|
| JdbmPartition | |
| JdbmStore<E> | |
| JdbmTable<K,V> |
A jdbm Btree wrapper that enables duplicate sorted keys using collections.
|
| KeyBTreeCursor<E> |
Cursor over the keys of a JDBM BTree.
|
| KeyTupleArrayCursor<K,V> |
Cursor over a set of values for the same key which are store in an in
memory ArrayTree.
|
| KeyTupleBTreeCursor<K,V> |
Cursor over a set of values for the same key which are store in another
BTree.
|
| LongSerializer |
A
Serializer for Longs |
| MarshallerSerializerBridge<E> |
A Marshaller which adapts a JDBM Serializer.
|
| ServerEntrySerializer | |
| StringSerializer |
A custom String serializer to [de]serialize Strings.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.