Class UserCompactionTaskQueryTuningConfig
java.lang.Object
org.apache.druid.client.indexing.ClientCompactionTaskQueryTuningConfig
org.apache.druid.server.coordinator.UserCompactionTaskQueryTuningConfig
-
Constructor Summary
ConstructorsConstructorDescriptionUserCompactionTaskQueryTuningConfig(Integer maxRowsInMemory, AppendableIndexSpec appendableIndexSpec, Long maxBytesInMemory, Long maxTotalRows, SplitHintSpec splitHintSpec, PartitionsSpec partitionsSpec, IndexSpec indexSpec, IndexSpec indexSpecForIntermediatePersists, Integer maxPendingPersists, Long pushTimeout, SegmentWriteOutMediumFactory segmentWriteOutMediumFactory, Integer maxNumConcurrentSubTasks, Integer maxRetry, Long taskStatusCheckPeriodMs, org.joda.time.Duration chatHandlerTimeout, Integer chatHandlerNumRetries, Integer maxNumSegmentsToMerge, Integer totalNumMergeTasks, Integer maxColumnsToMerge) -
Method Summary
Methods inherited from class org.apache.druid.client.indexing.ClientCompactionTaskQueryTuningConfig
equals, from, from, getAppendableIndexSpec, getChatHandlerNumRetries, getChatHandlerTimeout, getIndexSpec, getIndexSpecForIntermediatePersists, getMaxBytesInMemory, getMaxColumnsToMerge, getMaxNumConcurrentSubTasks, getMaxNumSegmentsToMerge, getMaxPendingPersists, getMaxRetry, getMaxRowsInMemory, getMaxTotalRows, getPartitionsSpec, getPushTimeout, getSegmentWriteOutMediumFactory, getSplitHintSpec, getTaskStatusCheckPeriodMs, getTotalNumMergeTasks, getType, hashCode, isForceGuaranteedRollup, toString
-
Constructor Details
-
UserCompactionTaskQueryTuningConfig
public UserCompactionTaskQueryTuningConfig(@Nullable Integer maxRowsInMemory, @Nullable AppendableIndexSpec appendableIndexSpec, @Nullable Long maxBytesInMemory, @Deprecated @Nullable Long maxTotalRows, @Nullable SplitHintSpec splitHintSpec, @Nullable PartitionsSpec partitionsSpec, @Nullable IndexSpec indexSpec, @Nullable IndexSpec indexSpecForIntermediatePersists, @Nullable Integer maxPendingPersists, @Nullable Long pushTimeout, @Nullable SegmentWriteOutMediumFactory segmentWriteOutMediumFactory, @Nullable Integer maxNumConcurrentSubTasks, @Nullable Integer maxRetry, @Nullable Long taskStatusCheckPeriodMs, @Nullable org.joda.time.Duration chatHandlerTimeout, @Nullable Integer chatHandlerNumRetries, @Nullable Integer maxNumSegmentsToMerge, @Nullable Integer totalNumMergeTasks, @Nullable Integer maxColumnsToMerge)
-
-
Method Details
-
getMaxRowsPerSegment
- Overrides:
getMaxRowsPerSegmentin classClientCompactionTaskQueryTuningConfig
-