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.
|
DnSerializer |
Serialize and deserialize a Dn.
|
DnSerializerComparator |
A comparator used to compare
Dn stored in the Dn index. |
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.
|
EntrySerializer |
Serialize and deserialize a ServerEntry.
|
IndexValueSerializer | |
JdbmDnIndex |
A special index which stores DN objects.
|
JdbmIndex<K> |
A Jdbm based index implementation.
|
JdbmMasterTable |
The master table used to store the Attributes of entries.
|
JdbmPartition | |
JdbmPartitionWriteTxn |
The JDBM partition write transaction
|
JdbmRdnIndex |
A special index which stores Rdn objects.
|
JdbmTable<K,V> |
A jdbm Btree wrapper that enables duplicate sorted keys using collections.
|
KeyBTreeCursor<E> |
Cursor over the keys of a JDBM BTree.
|
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.
|
ParentIdAndRdnSerializer |
Serialize and deserialize a ParentidAndRdn.
|
StringSerializer |
A custom String serializer to [de]serialize Strings.
|
UuidSerializer |
A
Serializer for UUIDs |
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.