Uses of Interface
org.apache.druid.client.cache.CachePopulator
Packages that use CachePopulator
Package
Description
-
Uses of CachePopulator in org.apache.druid.client
Constructors in org.apache.druid.client with parameters of type CachePopulatorModifierConstructorDescriptionCachingClusteredClient(QueryRunnerFactoryConglomerate conglomerate, TimelineServerView serverView, Cache cache, com.fasterxml.jackson.databind.ObjectMapper objectMapper, CachePopulator cachePopulator, CacheConfig cacheConfig, DruidHttpClientConfig httpClientConfig, BrokerParallelMergeConfig parallelMergeConfig, ForkJoinPool pool, QueryScheduler scheduler, ServiceEmitter emitter) CachingQueryRunner(String cacheId, Optional<byte[]> cacheKeyPrefix, SegmentDescriptor segmentDescriptor, org.joda.time.Interval actualDataInterval, com.fasterxml.jackson.databind.ObjectMapper mapper, Cache cache, QueryToolChest toolchest, QueryRunner<T> base, CachePopulator cachePopulator, CacheConfig cacheConfig) -
Uses of CachePopulator in org.apache.druid.client.cache
Classes in org.apache.druid.client.cache that implement CachePopulatorModifier and TypeClassDescriptionclassCachePopulatorimplementation that uses aExecutorServicethread pool to populate a cache in the background.classCachePopulatorimplementation that populates a cache on the same thread that is processing theSequence. -
Uses of CachePopulator in org.apache.druid.guice
Methods in org.apache.druid.guice that return CachePopulatorModifier and TypeMethodDescriptionstatic CachePopulatorDruidProcessingModule.createCachePopulator(com.fasterxml.jackson.databind.ObjectMapper smileMapper, CachePopulatorStats cachePopulatorStats, CacheConfig cacheConfig) BrokerProcessingModule.getCachePopulator(com.fasterxml.jackson.databind.ObjectMapper smileMapper, CachePopulatorStats cachePopulatorStats, CacheConfig cacheConfig) DruidProcessingModule.getCachePopulator(com.fasterxml.jackson.databind.ObjectMapper smileMapper, CachePopulatorStats cachePopulatorStats, CacheConfig cacheConfig) -
Uses of CachePopulator in org.apache.druid.server.coordination
Constructors in org.apache.druid.server.coordination with parameters of type CachePopulatorModifierConstructorDescriptionServerManager(QueryRunnerFactoryConglomerate conglomerate, ServiceEmitter emitter, QueryProcessingPool queryProcessingPool, CachePopulator cachePopulator, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Cache cache, CacheConfig cacheConfig, SegmentManager segmentManager, ServerConfig serverConfig, PolicyEnforcer policyEnforcer)