T - V - public abstract class AbstractPrioritizedQueryRunnerCallable<T,V> extends Object implements PrioritizedQueryRunnerCallable<T,V>
PrioritizedQueryRunnerCallable objects.| Constructor and Description |
|---|
AbstractPrioritizedQueryRunnerCallable(int priority,
QueryRunner<V> runner) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority() |
QueryRunner<V> |
getRunner()
This method can be used by the extensions to get the runner that the given query execution task corresponds to.
|
public AbstractPrioritizedQueryRunnerCallable(int priority,
QueryRunner<V> runner)
public QueryRunner<V> getRunner()
PrioritizedQueryRunnerCallableQueryProcessingPool.submitRunnerTask(PrioritizedQueryRunnerCallable)getRunner in interface PrioritizedQueryRunnerCallable<T,V>public int getPriority()
getPriority in interface PrioritizedCallable<T>Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.