Package org.apache.directory.server.core.partition.impl.btree.jdbm

Class Summary
AttributeSerializer Serializes a attributes object using a custom serialization mechanism so we do not have to rely on Java Serialization which is much more costly.
AttributesSerializer  
BigIntegerSerializer A custom BigInteger serializer to [de]serialize BigIntegers.
BTreeEnumeration A NamingEnumeration that returns keys in a BTree.
BTreeIterator A NamingEnumeration that returns keys in a BTree.
BTreeRedirect A redirection pointer to another BTree.
BTreeTupleEnumeration A NamingEnumeration that returns underlying keys in a BTree as values for a single key within a Tuple.
DupsEnumeration NamingEnumeration that enumerates over duplicate values nested into a value using a TreeSet.
JdbmIndex A Jdbm based index implementation.
JdbmMasterTable The master table used to store the Attributes of entries.
JdbmPartition A Partition that stores entries in JDBM database.
JdbmTable A jdbm Btree wrapper that enables duplicate sorted keys using collections.
JdbmTupleBrowser TupleBrowser wrapper for Jdbm based TupleBrowsers.
StringSerializer A custom String serializer to [de]serialize Strings.