Package | Description |
---|---|
messif.buckets |
Storage classes capable of holding
objects . |
messif.buckets.index |
Bucket indexes for improved access.
|
messif.buckets.storage |
Bucket physical storage support.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LocalBucket.deleteObject(Removable<LocalAbstractObject> removable)
Check if the
object can be deleted from this bucket. |
Modifier and Type | Interface and Description |
---|---|
interface |
ModifiableSearch<T>
Represents a modifiable search.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IntStorageSearch<T>
This interface represents a
ModifiableSearch that supports getting
IntStorage 's address of the found object. |
interface |
LongStorageSearch<T>
This interface represents a
ModifiableSearch that supports getting
LongStorage 's address of the found object. |
interface |
StorageSearch<T>
This interface represents a
ModifiableSearch that supports getting
Storage 's address of the found object. |