public abstract class AbstractRemoteQueryOperation extends AbstractQueryOperation
| Constructor and Description |
|---|
AbstractRemoteQueryOperation(String name)
Creates a new operation
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Options> |
canRun(Runner<T> runner,
T options)
Report whether the operation can run based on the available options
|
<T extends Options> |
createCallable(Runner<T> runner,
T options)
Creates the callable for running the operation in a background thread
|
createErrorInformation, getContentString, toStringgetId, getName, getStats, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetQuery, getQueryStringpublic AbstractRemoteQueryOperation(String name)
name - Query namepublic <T extends Options> boolean canRun(Runner<T> runner, T options)
Operationrunner - Runneroptions - Optionspublic <T extends Options> OperationCallable<T> createCallable(Runner<T> runner, T options)
Operationrunner - Runneroptions - OptionsCopyright © 2014. All Rights Reserved.