Package | Description |
---|---|
messif.algorithms.impl |
Implementation of basic search algorithms.
|
messif.buckets |
Storage classes capable of holding
objects . |
messif.buckets.impl |
Bucket implementations.
|
messif.buckets.index |
Bucket indexes for improved access.
|
messif.buckets.index.impl |
Implementation of bucket indexes.
|
messif.buckets.split |
Bucket splitting support.
|
messif.buckets.storage |
Bucket physical storage support.
|
messif.buckets.storage.impl |
Implementations of physical bucket storage.
|
messif.netbucket |
Networked objects and buckets.
|
messif.netbucket.replication |
Replication support for remote buckets.
|
messif.objects.impl |
Implementation of basic data objects.
|
messif.objects.util |
Various utilities for working with collections of objects.
|
messif.operations.query |
Implementation of data querying operations.
|
messif.pivotselection |
Support for selection of representative objects (pivots).
|
Class and Description |
---|
Bucket
A data area that hold a collection of AbstractObjects.
|
BucketStorageException
The ancestor of all
Throwables that indicate an illegal
condition occurred while operating with buckets. |
CapacityFullException
Thrown to indicate that the hard capacity limit was exceeded.
|
LocalBucket
This class represents the Bucket that is maintained locally (i.e. on the current computer).
|
Class and Description |
---|
Addible
Interface for classes that supports addition of an object.
|
Bucket
A data area that hold a collection of AbstractObjects.
|
BucketDispatcher
This class is a dispatcher for maintaining a set of local buckets.
|
BucketErrorCode
Represents an error code that can be returned by bucket operations.
|
BucketFilter
Ancestor of all bucket filter interfaces.
|
BucketStorageException
The ancestor of all
Throwables that indicate an illegal
condition occurred while operating with buckets. |
FilterRejectException
Thrown to indicate that the bucket filter rejects current operation.
|
LocalBucket
This class represents the Bucket that is maintained locally (i.e. on the current computer).
|
Removable
Interface for classes that supports removal of a current object.
|
TemporaryCloseable
Interface for objects that can be temporarily closed to save resources.
|
Class and Description |
---|
Addible
Interface for classes that supports addition of an object.
|
Bucket
A data area that hold a collection of AbstractObjects.
|
BucketDispatcher
This class is a dispatcher for maintaining a set of local buckets.
|
BucketStorageException
The ancestor of all
Throwables that indicate an illegal
condition occurred while operating with buckets. |
LocalBucket
This class represents the Bucket that is maintained locally (i.e. on the current computer).
|
OrderedLocalBucket
An extension of
LocalBucket that maintains the stored objects in
a certain order. |
Class and Description |
---|
Addible
Interface for classes that supports addition of an object.
|
Removable
Interface for classes that supports removal of a current object.
|
Class and Description |
---|
Addible
Interface for classes that supports addition of an object.
|
BucketStorageException
The ancestor of all
Throwables that indicate an illegal
condition occurred while operating with buckets. |
Class and Description |
---|
Bucket
A data area that hold a collection of AbstractObjects.
|
BucketDispatcher
This class is a dispatcher for maintaining a set of local buckets.
|
BucketFilter
Ancestor of all bucket filter interfaces.
|
BucketFilterAfterAdd
Implements a filter used after an object was inserted into a bucket.
|
BucketFilterAfterRemove
Implements a filter used after an object was removed from a bucket.
|
BucketStorageException
The ancestor of all
Throwables that indicate an illegal
condition occurred while operating with buckets. |
CapacityFullException
Thrown to indicate that the hard capacity limit was exceeded.
|
LocalBucket
This class represents the Bucket that is maintained locally (i.e. on the current computer).
|
Class and Description |
---|
Addible
Interface for classes that supports addition of an object.
|
BucketStorageException
The ancestor of all
Throwables that indicate an illegal
condition occurred while operating with buckets. |
Removable
Interface for classes that supports removal of a current object.
|
StorageFailureException
This exception indicates that storing or reading object from bucket is not possible
due to lower layer storage exception.
|
Class and Description |
---|
Addible
Interface for classes that supports addition of an object.
|
BucketStorageException
The ancestor of all
Throwables that indicate an illegal
condition occurred while operating with buckets. |
TemporaryCloseable
Interface for objects that can be temporarily closed to save resources.
|
Class and Description |
---|
Bucket
A data area that hold a collection of AbstractObjects.
|
BucketDispatcher
This class is a dispatcher for maintaining a set of local buckets.
|
BucketErrorCode
Represents an error code that can be returned by bucket operations.
|
BucketStorageException
The ancestor of all
Throwables that indicate an illegal
condition occurred while operating with buckets. |
CapacityFullException
Thrown to indicate that the hard capacity limit was exceeded.
|
LocalBucket
This class represents the Bucket that is maintained locally (i.e. on the current computer).
|
TemporaryCloseable
Interface for objects that can be temporarily closed to save resources.
|
Class and Description |
---|
Bucket
A data area that hold a collection of AbstractObjects.
|
BucketDispatcher
This class is a dispatcher for maintaining a set of local buckets.
|
BucketStorageException
The ancestor of all
Throwables that indicate an illegal
condition occurred while operating with buckets. |
LocalBucket
This class represents the Bucket that is maintained locally (i.e. on the current computer).
|
TemporaryCloseable
Interface for objects that can be temporarily closed to save resources.
|
Class and Description |
---|
BucketStorageException
The ancestor of all
Throwables that indicate an illegal
condition occurred while operating with buckets. |
Class and Description |
---|
FilterRejectException
Thrown to indicate that the bucket filter rejects current operation.
|
OccupationLowException
This exception indicates that the removal of an object from bucket is not possible,
because the minimal capacity limit was reached.
|
Class and Description |
---|
BucketDispatcher
This class is a dispatcher for maintaining a set of local buckets.
|
LocalBucket
This class represents the Bucket that is maintained locally (i.e. on the current computer).
|
Class and Description |
---|
BucketFilter
Ancestor of all bucket filter interfaces.
|
BucketFilterAfterAdd
Implements a filter used after an object was inserted into a bucket.
|
BucketFilterAfterRemove
Implements a filter used after an object was removed from a bucket.
|
LocalBucket
This class represents the Bucket that is maintained locally (i.e. on the current computer).
|