Package | Description |
---|---|
messif.algorithms.impl |
Implementation of basic search algorithms.
|
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.
|
messif.objects.extraction |
Support for
object extraction. |
messif.objects.impl |
Implementation of basic data objects.
|
messif.objects.text |
Support for text data.
|
Class and Description |
---|
StorageIndexed
Interface of a generic storage that supports searching.
|
Class and Description |
---|
Storage
Interface of a generic storage.
|
Class and Description |
---|
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. |
Class and Description |
---|
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. |
Class and Description |
---|
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.
|
Class and Description |
---|
StorageIndexed
Interface of a generic storage that supports searching.
|
Class and Description |
---|
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. |
Class and Description |
---|
IntStorageIndexed
Interface of an integer storage that supports searching.
|