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, getQueryStringcanRuncreateErrorInformation, getContentString, toStringgetId, getName, getStats, setIdpublic String getType()
OperationgetType in interface OperationgetType in class FixedQueryOperationpublic <T extends Options> OperationCallable<T> createCallable(Runner<T> runner, T options)
OperationcreateCallable in interface OperationcreateCallable in class AbstractRemoteQueryOperationrunner - Runneroptions - OptionsCopyright © 2014. All Rights Reserved.