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

Class Summary
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.
JdbmIndex<K,O> A Jdbm based index implementation.
JdbmMasterTable<E> The master table used to store the Attributes of entries.
JdbmPartition A Partition that stores entries in JDBM database.
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.
KeyTupleAvlCursor<K,V> Cursor over a set of values for the same key which are store in an in memory AvlTree.
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.
StringSerializer A custom String serializer to [de]serialize Strings.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.