Class | Description |
---|---|
AbstractNavigationProcessor<O extends AbstractOperation,T> |
Basic implementation of
NavigationProcessor that processes any AbstractOperation
on a set of processing items (e.g. buckets). |
BucketQueryOperationNavigationProcessor<O extends QueryOperation<?>> | |
ClassifierAlgorithm<C> |
Algorithm wrapper for a
Classifier . |
FileSequentialScan |
Implementation of the naive sequential scan algorithm over a given file of objects.
|
LocatorStorageAlgorithm |
Wrapper for any
Algorithm that stores all the inserted objects into additional
storage. |
MultipleOverlaysAlgorithm |
Indexing algorithm that processes operation by passing them to encapsulated collection
of algorithms.
|
MultiQueryWrapperAlgorithm |
Wrapper algorithm that processes
RankingMultiQueryOperation s by executing
multiple single-object queries and add them to the result. |
ParallelSequentialScan |
Parallel implementation of the naive sequential scan algorithm.
|
SequentialScan |
Implementation of the naive sequential scan algorithm.
|