Uses of Package
messif.buckets.storage

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

Classes in messif.buckets.storage used by messif.buckets.impl
Storage
          Interface of a generic storage.
 

Classes in messif.buckets.storage used by messif.buckets.index.impl
IntStorage
          Interface for storage that uses int addresses.
LongStorage
          Interface for storage that uses long addresses.
Storage
          Interface of a generic storage.
StorageSearch
          This interface represents a ModifiableSearch that supports getting Storage's address of the found object.
 

Classes in messif.buckets.storage used by messif.buckets.storage
Address
          Interface of a generic storage address.
IntAddress
          Implementation of Address for a storage that uses int addresses.
IntStorage
          Interface for storage that uses int addresses.
IntStorageSearch
          This interface represents a ModifiableSearch that supports getting IntStorage's address of the found object.
LongAddress
          Implementation of Address for a storage that uses long addresses.
LongStorage
          Interface for storage that uses long addresses.
LongStorageSearch
          This interface represents a ModifiableSearch that supports getting LongStorage's address of the found object.
Storage
          Interface of a generic storage.
StorageIndexed
          Interface of a generic storage that supports searching.
StorageSearch
          This interface represents a ModifiableSearch that supports getting Storage's address of the found object.
 

Classes in messif.buckets.storage used by messif.buckets.storage.impl
IntAddress
          Implementation of Address for a storage that uses int addresses.
IntStorage
          Interface for storage that uses int addresses.
IntStorageIndexed
          Interface of an integer storage that supports searching.
IntStorageSearch
          This interface represents a ModifiableSearch that supports getting IntStorage's address of the found object.
LongAddress
          Implementation of Address for a storage that uses long addresses.
LongStorage
          Interface for storage that uses long addresses.
LongStorageIndexed
          Interface of a long storage that supports searching.
LongStorageSearch
          This interface represents a ModifiableSearch that supports getting LongStorage's address of the found object.
Storage
          Interface of a generic storage.
StorageIndexed
          Interface of a generic storage that supports searching.