|
Class Summary |
| CommandExecutorImpl |
Default implementation of the CommandExecutor interface, using some Executor instance from the util.concurrent
package. |
| LateExecution |
Runnable utility class that fills a late result with the return of a command |
| LateResultImpl |
Basic implementation of the LateResult interface. |
| SearchCommand |
This command performs a search in background and returns the Hits object returned by the searcher. |
| WaitableResult |
LateResult implementation that uses a Latch to allow client threads to wait until the worker thread
is done. |