Class BackgroundCachePopulator

java.lang.Object
org.apache.druid.client.cache.BackgroundCachePopulator
All Implemented Interfaces:
CachePopulator

public class BackgroundCachePopulator extends Object implements CachePopulator
CachePopulator implementation that uses a ExecutorService thread pool to populate a cache in the background. Used if config "druid.*.cache.numBackgroundThreads" is greater than 0.