Uses of Interface
org.apache.druid.collections.NonBlockingPool
-
Packages that use NonBlockingPool Package Description org.apache.druid.collections org.apache.druid.query.groupby org.apache.druid.query.timeseries org.apache.druid.query.topn -
-
Uses of NonBlockingPool in org.apache.druid.collections
Classes in org.apache.druid.collections that implement NonBlockingPool Modifier and Type Class Description classDummyNonBlockingPool<T>NonBlockingPool which is not able to allocate objects,DummyNonBlockingPool.take()throwsUnsupportedOperationException.classStupidPool<T>Methods in org.apache.druid.collections that return NonBlockingPool Modifier and Type Method Description static <T> NonBlockingPool<T>DummyNonBlockingPool. instance() -
Uses of NonBlockingPool in org.apache.druid.query.groupby
Constructors in org.apache.druid.query.groupby with parameters of type NonBlockingPool 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 NonBlockingPool in org.apache.druid.query.timeseries
Constructors in org.apache.druid.query.timeseries with parameters of type NonBlockingPool Constructor Description TimeseriesQueryEngine(NonBlockingPool<ByteBuffer> bufferPool) -
Uses of NonBlockingPool in org.apache.druid.query.topn
Constructors in org.apache.druid.query.topn with parameters of type NonBlockingPool Constructor Description AggregateTopNMetricFirstAlgorithm(StorageAdapter storageAdapter, TopNQuery query, NonBlockingPool<ByteBuffer> bufferPool)PooledTopNAlgorithm(StorageAdapter storageAdapter, TopNQuery query, NonBlockingPool<ByteBuffer> bufferPool)TopNQueryEngine(NonBlockingPool<ByteBuffer> bufferPool)TopNQueryRunnerFactory(NonBlockingPool<ByteBuffer> computationBufferPool, TopNQueryQueryToolChest toolchest, QueryWatcher queryWatcher)
-