T - Options typepublic class NvpQueryCallable<T extends Options> extends RemoteQueryCallable<T>
| Constructor and Description |
|---|
NvpQueryCallable(Query q,
Runner<T> runner,
T options,
Map<String,List<String>> nvps)
Creates a new callable
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
customizeRequest(QueryExecution qe)
Provides derived implementations the option to customize the query
execution before actually executing the query e.g.
|
getQuerycreateQueryExecutioncall, countResults, countResults, countResultscancel, getOptions, getRunner, isCancelledprotected void customizeRequest(QueryExecution qe)
AbstractQueryCallableThe default implementation does nothing.
customizeRequest in class AbstractRemoteQueryCallable<T extends Options>qe - Query ExecutionCopyright © 2014. All Rights Reserved.