Uses of Annotation Interface
org.apache.druid.guice.annotations.Global
Packages that use Global
Package
Description
-
Uses of Global in org.apache.druid.query.groupby
Constructor parameters in org.apache.druid.query.groupby with annotations of type GlobalModifierConstructorDescriptionGroupByQueryRunnerFactory(GroupingEngine groupingEngine, GroupByQueryQueryToolChest toolChest, NonBlockingPool<ByteBuffer> processingBufferPool) -
Uses of Global in org.apache.druid.query.timeseries
Constructor parameters in org.apache.druid.query.timeseries with annotations of type Global -
Uses of Global in org.apache.druid.query.topn
Constructor parameters in org.apache.druid.query.topn with annotations of type GlobalModifierConstructorDescriptionTopNQueryRunnerFactory(NonBlockingPool<ByteBuffer> computationBufferPool, TopNQueryQueryToolChest toolchest, QueryWatcher queryWatcher)