Package | Description |
---|---|
messif.buckets |
Storage classes capable of holding
objects . |
messif.buckets.storage |
Bucket physical storage support.
|
messif.objects.extraction |
Support for
object extraction. |
Modifier and Type | Class and Description |
---|---|
class |
BucketStorageException
The ancestor of all
Throwables that indicate an illegal
condition occurred while operating with buckets. |
class |
CapacityFullException
Thrown to indicate that the hard capacity limit was exceeded.
|
class |
DuplicateObjectException
Thrown to indicate that the bucket already contains the inserted object.
|
class |
FilterRejectException
Thrown to indicate that the bucket filter rejects current operation.
|
class |
OccupationLowException
This exception indicates that the removal of an object from bucket is not possible,
because the minimal capacity limit was reached.
|
class |
StorageFailureException
This exception indicates that storing or reading object from bucket is not possible
due to lower layer storage exception.
|
class |
StorageInsertFailureException
This exception indicates that inserting objects into a bucket has failed.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidAddressException
Exception that indicates that an invalid address has been used while
accessing a storage.
|
class |
ReadonlyStorageException
Exception that indicates that a write operation was requested on a
read-only storage.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtractorException
Throwable that indicates an error during extraction.
|