Uses of Class
org.apache.druid.segment.metadata.IndexingStateCache
Packages that use IndexingStateCache
-
Uses of IndexingStateCache in org.apache.druid.metadata.segment.cache
Constructors in org.apache.druid.metadata.segment.cache with parameters of type IndexingStateCacheModifierConstructorDescriptionHeapMemorySegmentMetadataCache(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.google.common.base.Supplier<SegmentsMetadataManagerConfig> config, com.google.common.base.Supplier<MetadataStorageTablesConfig> tablesConfig, SegmentSchemaCache segmentSchemaCache, IndexingStateCache indexingStateCache, SQLMetadataConnector connector, ScheduledExecutorFactory executorFactory, ServiceEmitter emitter) -
Uses of IndexingStateCache in org.apache.druid.segment.metadata
Subclasses of IndexingStateCache in org.apache.druid.segment.metadataConstructors in org.apache.druid.segment.metadata with parameters of type IndexingStateCacheModifierConstructorDescriptionDefaultIndexingStateFingerprintMapper(IndexingStateCache indexingStateCache, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)