Uses of Class
org.apache.druid.guice.annotations.Global
-
Packages that use Global Package Description org.apache.druid.query.groupby org.apache.druid.query.timeseries org.apache.druid.query.topn -
-
Uses of Global in org.apache.druid.query.groupby
Constructor parameters in org.apache.druid.query.groupby with annotations of type Global Constructor Description GroupingEngine(DruidProcessingConfig processingConfig, com.google.common.base.Supplier<GroupByQueryConfig> configSupplier, NonBlockingPool<ByteBuffer> bufferPool, GroupByResourcesReservationPool groupByResourcesReservationPool, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper spillMapper, QueryWatcher queryWatcher) -
Uses of Global in org.apache.druid.query.timeseries
Constructor parameters in org.apache.druid.query.timeseries with annotations of type Global Constructor Description TimeseriesQueryEngine(NonBlockingPool<ByteBuffer> bufferPool) -
Uses of Global in org.apache.druid.query.topn
Constructor parameters in org.apache.druid.query.topn with annotations of type Global Constructor Description TopNQueryRunnerFactory(NonBlockingPool<ByteBuffer> computationBufferPool, TopNQueryQueryToolChest toolchest, QueryWatcher queryWatcher)
-