Package | Description |
---|---|
messif.algorithms |
Search algorithms base classes.
|
messif.algorithms.impl |
Implementation of basic search algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousNavigationProcessorWrapper<O extends AbstractOperation>
Wrapper class for any
AsynchronousNavigationProcessor that delegates the methods
to an encapsulated AsynchronousNavigationProcessor . |
Modifier and Type | Method and Description |
---|---|
static <O extends AbstractOperation> |
NavigationProcessors.executeAsync(java.util.concurrent.ExecutorService executor,
AsynchronousNavigationProcessor<? extends O> processor)
Executes a given
AsynchronousNavigationProcessor using ExecutorService . |
Constructor and Description |
---|
AsynchronousNavigationProcessorWrapper(AsynchronousNavigationProcessor<O> asynchronousNavigationProcessor)
Creates a new wrapper for the given asynchronous navigation processor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNavigationProcessor<O extends AbstractOperation,T>
Basic implementation of
NavigationProcessor that processes any AbstractOperation
on a set of processing items (e.g. buckets). |
class |
BucketQueryOperationNavigationProcessor<O extends QueryOperation<?>>
|
Modifier and Type | Method and Description |
---|---|
AsynchronousNavigationProcessor<? extends QueryOperation<?>> |
ParallelSequentialScan.getNavigationProcessor(AbstractOperation operation) |