public class FixedNvpQueryOperation extends FixedQueryOperation
Constructor and Description |
---|
FixedNvpQueryOperation(String name,
String queryString,
Map<String,List<String>> nvps)
Creates a new fixed NVP query operation
|
Modifier and Type | Method and Description |
---|---|
<T extends Options> |
createCallable(Runner<T> runner,
T options)
Creates the callable for running the operation in a background thread
|
String |
getType()
Gets a descriptive type string for the operation e.g.
|
getQuery, getQueryString
canRun
createErrorInformation, getContentString, toString
getId, getName, getStats, setId
public String getType()
Operation
getType
in interface Operation
getType
in class FixedQueryOperation
public <T extends Options> OperationCallable<T> createCallable(Runner<T> runner, T options)
Operation
createCallable
in interface Operation
createCallable
in class AbstractRemoteQueryOperation
runner
- Runneroptions
- OptionsCopyright © 2015. All rights reserved.