T - Options typepublic abstract class AbstractRemoteQueryCallable<T extends Options> extends AbstractQueryCallable<T>
| Constructor and Description | 
|---|
AbstractRemoteQueryCallable(Runner<T> runner,
                           T options)
Creates a new callable 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected QueryExecution | 
createQueryExecution(Query query)
Creates the query execution to use for the query 
 | 
protected void | 
customizeRequest(QueryExecution qe)
Provides derived implementations the option to customize the query
 execution before actually executing the query e.g. 
 | 
call, countResults, countResults, countResults, getQuerycancel, getOptions, getRunner, isCancelledprotected QueryExecution createQueryExecution(Query query)
AbstractQueryCallablecreateQueryExecution in class AbstractQueryCallable<T extends Options>query - Queryprotected void customizeRequest(QueryExecution qe)
AbstractQueryCallableThe default implementation does nothing.
customizeRequest in class AbstractQueryCallable<T extends Options>qe - Query ExecutionCopyright © 2015. All rights reserved.