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.
DBKeyedSortedSet<Key,T> A database-backed HGSortedSet implementation representing the ordered duplicate values associated with a single key.
DefaultBiIndexImpl<KeyType,ValueType>  
DefaultIndexImpl<KeyType,ValueType> A default index implementation.
IndexResultSet<T> An IndexResultSet is based on a cursor over an indexed set of values.
KeyScanResultSet<T> 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<T> Implements a BerkeleyDB Cursor based result set that iterates over all duplicates of a given key.
SingleValueResultSet<T> A result set based on a BerkeleyDB secondary cursor.