Class ClientCompactionTaskQueryTuningConfig

java.lang.Object
org.apache.druid.client.indexing.ClientCompactionTaskQueryTuningConfig
Direct Known Subclasses:
UserCompactionTaskQueryTuningConfig

public class ClientCompactionTaskQueryTuningConfig extends Object
  • Constructor Details

  • Method Details

    • from

    • from

      public static ClientCompactionTaskQueryTuningConfig from(@Nullable UserCompactionTaskQueryTuningConfig userCompactionTaskQueryTuningConfig, @Nullable Integer maxRowsPerSegment, @Nullable Boolean preserveExistingMetrics)
    • getType

      public String getType()
    • getMaxRowsPerSegment

      @Deprecated @Nullable public Integer getMaxRowsPerSegment()
      Deprecated.
    • getMaxRowsInMemory

      @Nullable public Integer getMaxRowsInMemory()
    • getMaxBytesInMemory

      @Nullable public Long getMaxBytesInMemory()
    • getMaxTotalRows

      @Deprecated @Nullable public Long getMaxTotalRows()
      Deprecated.
    • getSplitHintSpec

      @Nullable public SplitHintSpec getSplitHintSpec()
    • getPartitionsSpec

      @Nullable public PartitionsSpec getPartitionsSpec()
    • getIndexSpec

      @Nullable public IndexSpec getIndexSpec()
    • getIndexSpecForIntermediatePersists

      @Nullable public IndexSpec getIndexSpecForIntermediatePersists()
    • getMaxPendingPersists

      @Nullable public Integer getMaxPendingPersists()
    • isForceGuaranteedRollup

      public boolean isForceGuaranteedRollup()
    • getPushTimeout

      @Nullable public Long getPushTimeout()
    • getSegmentWriteOutMediumFactory

      @Nullable public SegmentWriteOutMediumFactory getSegmentWriteOutMediumFactory()
    • getMaxNumConcurrentSubTasks

      @Nullable public Integer getMaxNumConcurrentSubTasks()
    • getMaxRetry

      @Nullable public Integer getMaxRetry()
    • getTaskStatusCheckPeriodMs

      @Nullable public Long getTaskStatusCheckPeriodMs()
    • getChatHandlerTimeout

      @Nullable public org.joda.time.Duration getChatHandlerTimeout()
    • getChatHandlerNumRetries

      @Nullable public Integer getChatHandlerNumRetries()
    • getMaxNumSegmentsToMerge

      @Nullable public Integer getMaxNumSegmentsToMerge()
    • getTotalNumMergeTasks

      @Nullable public Integer getTotalNumMergeTasks()
    • getMaxColumnsToMerge

      @Nullable public Integer getMaxColumnsToMerge()
    • getAppendableIndexSpec

      @Nullable public AppendableIndexSpec getAppendableIndexSpec()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object