Class DefaultIndexingStateFingerprintMapper

java.lang.Object
org.apache.druid.segment.metadata.DefaultIndexingStateFingerprintMapper
All Implemented Interfaces:
IndexingStateFingerprintMapper

public class DefaultIndexingStateFingerprintMapper extends Object implements IndexingStateFingerprintMapper
Default implementation of IndexingStateFingerprintMapper that delegates to IndexingStateStorage for fingerprint generation and IndexingStateCache for state lookups.
  • Constructor Details

    • DefaultIndexingStateFingerprintMapper

      public DefaultIndexingStateFingerprintMapper(IndexingStateCache indexingStateCache, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
  • Method Details