Uses of Interface
messif.buckets.storage.LongStorage

Packages that use LongStorage
messif.buckets.index.impl Implementation of bucket indexes. 
messif.buckets.storage Bucket physical storage support. 
messif.buckets.storage.impl Implementations of physical bucket storage. 
 

Uses of LongStorage in messif.buckets.index.impl
 

Constructors in messif.buckets.index.impl with parameters of type LongStorage
LongStorageIndex(LongStorage<T> storage, IndexComparator<K,T> comparator)
          Creates a new instance of IntStorageIndex for the specified storage.
 

Uses of LongStorage in messif.buckets.storage
 

Subinterfaces of LongStorage in messif.buckets.storage
 interface LongStorageIndexed<T>
          Interface of a long storage that supports searching.
 

Constructors in messif.buckets.storage with parameters of type LongStorage
LongAddress(LongStorage<T> storage, long address)
          Creates a new instance of IntAddress on the specified int storage.
 

Uses of LongStorage in messif.buckets.storage.impl
 

Classes in messif.buckets.storage.impl that implement LongStorage
 class DiskStorage<T>
          Disk based storage.