Uses of Interface
messif.buckets.storage.IntStorage

Packages that use IntStorage
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 IntStorage in messif.buckets.index.impl
 

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

Uses of IntStorage in messif.buckets.storage
 

Subinterfaces of IntStorage in messif.buckets.storage
 interface IntStorageIndexed<T>
          Interface of an integer storage that supports searching.
 

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

Uses of IntStorage in messif.buckets.storage.impl
 

Classes in messif.buckets.storage.impl that implement IntStorage
 class DatabaseStorage<T>
          Database-based storage.
 class MemoryStorage<T>
          Memory based storage.