Uses of Interface
org.apache.druid.segment.metadata.IndexingStateFingerprintMapper
Packages that use IndexingStateFingerprintMapper
-
Uses of IndexingStateFingerprintMapper in org.apache.druid.segment.metadata
Classes in org.apache.druid.segment.metadata that implement IndexingStateFingerprintMapperModifier and TypeClassDescriptionclassDefault implementation ofIndexingStateFingerprintMapperthat delegates toIndexingStateStoragefor fingerprint generation andIndexingStateCachefor state lookups. -
Uses of IndexingStateFingerprintMapper in org.apache.druid.server.compaction
Constructors in org.apache.druid.server.compaction with parameters of type IndexingStateFingerprintMapperModifierConstructorDescriptionDataSourceCompactibleSegmentIterator(DataSourceCompactionConfig config, SegmentTimeline timeline, List<org.joda.time.Interval> skipIntervals, CompactionCandidateSearchPolicy searchPolicy, IndexingStateFingerprintMapper indexingStateFingerprintMapper) PriorityBasedCompactionSegmentIterator(CompactionCandidateSearchPolicy searchPolicy, Map<String, DataSourceCompactionConfig> compactionConfigs, Map<String, SegmentTimeline> datasourceToTimeline, Map<String, List<org.joda.time.Interval>> skipIntervals, IndexingStateFingerprintMapper indexingStateFingerprintMapper)