Uses of Interface
org.apache.druid.server.QueryLaningStrategy
Packages that use QueryLaningStrategy
-
Uses of QueryLaningStrategy in org.apache.druid.server
Methods in org.apache.druid.server that return QueryLaningStrategyConstructors in org.apache.druid.server with parameters of type QueryLaningStrategyModifierConstructorDescriptionQueryScheduler(int totalNumThreads, QueryPrioritizationStrategy prioritizationStrategy, QueryLaningStrategy laningStrategy, ServerConfig serverConfig) Keeping the old constructor as many test classes are dependent on thisQueryScheduler(int totalNumThreads, QueryPrioritizationStrategy prioritizationStrategy, QueryLaningStrategy laningStrategy, ServerConfig serverConfig, ServiceEmitter emitter) -
Uses of QueryLaningStrategy in org.apache.druid.server.scheduling
Classes in org.apache.druid.server.scheduling that implement QueryLaningStrategyModifier and TypeClassDescriptionclassQuery laning strategy which associates allQuerywith priority lower than 0 into a 'low' laneclassclassQuery laning strategy that does nothing and provides the default, unlimited behavior