Package | Description |
---|---|
messif.buckets.storage |
Bucket physical storage support.
|
Modifier and Type | Class and Description |
---|---|
class |
IntAddress<T>
Implementation of
Address for a storage that uses int addresses. |
class |
LongAddress<T>
Implementation of
Address for a storage that uses long addresses. |
Modifier and Type | Method and Description |
---|---|
Address<T> |
StorageSearch.getCurrentObjectAddress()
Returns the address of the object found by the last search.
|
Address<T> |
Storage.store(T object)
Stores an object in this storage.
|