Package messif.buckets.index.impl

Implementation of bucket indexes.

See:
          Description

Class Summary
AbstractArrayIndex<K,T> Implementation of index that stores the indexed data in a sorted array.
AbstractSearch<C,T> This class represents a search on an index.
AddressStorageIndex<K,T> Implementation of a single index over generic storage.
IntStorageIndex<K,T> Implementation of a single index over a storage with integer addresses.
LongStorageIndex<K,T> Implementation of a single index over a storage with long addresses.
LongStorageMemoryIndex<K,T> Implementation of disk (long) index that stores the indexed data in a sorted array and keeps the keys to be compared always in memory.
LongStorageMemoryIndex.KeyAddressPair<K> Class encapsulating the key and long position in the storage.
 

Package messif.buckets.index.impl Description

Implementation of bucket indexes.