Package org.apache.druid.client.cache
package org.apache.druid.client.cache
-
ClassDescription
CachePopulatorimplementation that uses aExecutorServicethread pool to populate a cache in the background.Abstract implementation of a BlockingQueue bounded by the size of elements, works similar to LinkedBlockingQueue except that capacity is bounded by the size in bytes of the elements in the queue.Thread safe collector ofCachePopulatorstatistics, utilizedCacheMonitorto emit cache metrics.CachePopulatorimplementation that populates a cache on the same thread that is processing theSequence.Deprecated.