Uses of Interface
messif.buckets.storage.StorageIndexed

Packages that use StorageIndexed
messif.buckets.storage Bucket physical storage support. 
messif.buckets.storage.impl Implementations of physical bucket storage. 
 

Uses of StorageIndexed in messif.buckets.storage
 

Subinterfaces of StorageIndexed in messif.buckets.storage
 interface IntStorageIndexed<T>
          Interface of an integer storage that supports searching.
 interface LongStorageIndexed<T>
          Interface of a long storage that supports searching.
 

Uses of StorageIndexed in messif.buckets.storage.impl
 

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