Package org.hypergraphdb.storage

Interface Summary
ByteArrayConverter<T> A utility interface to define mappings between byte [] and object instances.
 

Class Summary
BAtoBA  
BAtoHandle  
BAtoString  
BAUtils This class contains some utilities methods to read/write primitively typed values from/to a byte buffer.
DefaultBiIndexImpl<KeyType,ValueType>  
DefaultIndexImpl<KeyType,ValueType> A default index implementation.
KeyScanResultSet 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 Implements a BerkeleyDB Cursor based result set that iterates over all duplicates of a given key.
SingleValueResultSet A result set based on a BerkeleyDB secondary cursor.