Uses of Interface
org.apache.druid.query.PrioritizedCallable
-
Packages that use PrioritizedCallable Package Description org.apache.druid.query -
-
Uses of PrioritizedCallable in org.apache.druid.query
Subinterfaces of PrioritizedCallable in org.apache.druid.query Modifier and Type Interface Description interfacePrioritizedQueryRunnerCallable<T,V>An implementation ofPrioritizedCallablethat also lets caller get access to associatedQueryRunnerIt is used in implementations ofQueryRunnerFactoryClasses in org.apache.druid.query that implement PrioritizedCallable Modifier and Type Class Description classAbstractPrioritizedCallable<V>classAbstractPrioritizedQueryRunnerCallable<T,V>A helper class to avoid boilerplate for creatingPrioritizedQueryRunnerCallableobjects.
-