Class ClientCompactionIntervalSpec

java.lang.Object
org.apache.druid.client.indexing.ClientCompactionIntervalSpec

public class ClientCompactionIntervalSpec extends Object
InputSpec for ClientCompactionIOConfig. Should be synchronized with org.apache.druid.indexing.common.task.CompactionIntervalSpec.
  • Constructor Details

    • ClientCompactionIntervalSpec

      public ClientCompactionIntervalSpec(org.joda.time.Interval interval, @Nullable String sha256OfSortedSegmentIds)
  • Method Details