Package | Description |
---|---|
messif.algorithms.impl |
Implementation of basic search algorithms.
|
messif.buckets.storage |
Bucket physical storage support.
|
messif.buckets.storage.impl |
Implementations of physical bucket storage.
|
messif.objects.extraction |
Support for
object extraction. |
Constructor and Description |
---|
LocatorStorageAlgorithm(Algorithm encapsulatedAlgorithm,
StorageIndexed<LocalAbstractObject> storage)
Creates a new locator-storage algorithm wrapper for the given algorithm.
|
LocatorStorageAlgorithm(Algorithm encapsulatedAlgorithm,
java.lang.String metaobjectName,
StorageIndexed<LocalAbstractObject> storage)
Creates a new locator-storage algorithm wrapper for the given algorithm.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IntStorageIndexed<T>
Interface of an integer storage that supports searching.
|
interface |
LongStorageIndexed<T>
Interface of a long storage that supports searching.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseStorage<T>
Database-based storage.
|
class |
DiskStorage<T>
Disk based storage.
|
class |
DiskStorageFillGaps<T>
Disk based storage inheriting almost everything from
DiskStorage . |
class |
MemoryStorage<T>
Memory based storage.
|
Constructor and Description |
---|
StoringMultiExtractor(MultiExtractor<T> extractor,
StorageIndexed<? super ExtractorDataSource> storage)
Creates a new instance of StoringMultiExtractor.
|