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, toString
getId, getName, getStats, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getQuery, getQueryString
public AbstractRemoteQueryOperation(String name)
name
- Query namepublic <T extends Options> boolean canRun(Runner<T> runner, T options)
Operation
runner
- Runneroptions
- Optionspublic <T extends Options> OperationCallable<T> createCallable(Runner<T> runner, T options)
Operation
runner
- Runneroptions
- OptionsCopyright © 2015. All rights reserved.