T - - Type of result of Callable.call() methodV - - Type of Sequence of rows returned by QueryRunnerpublic interface PrioritizedQueryRunnerCallable<T,V> extends PrioritizedCallable<T>
PrioritizedCallable that also lets caller get access to associated QueryRunner
It is used in implementations of QueryRunnerFactory| Modifier and Type | Method and Description |
|---|---|
QueryRunner<V> |
getRunner()
This method can be used by the extensions to get the runner that the given query execution task corresponds to.
|
getPriorityQueryRunner<V> getRunner()
QueryProcessingPool.submitRunnerTask(PrioritizedQueryRunnerCallable)Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.