public class UserCompactionTaskQueryTuningConfig extends ClientCompactionTaskQueryTuningConfig
| Constructor and Description |
|---|
UserCompactionTaskQueryTuningConfig(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) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxRowsPerSegment() |
equals, from, getAppendableIndexSpec, getChatHandlerNumRetries, getChatHandlerTimeout, getIndexSpec, getIndexSpecForIntermediatePersists, getMaxBytesInMemory, getMaxColumnsToMerge, getMaxNumConcurrentSubTasks, getMaxNumSegmentsToMerge, getMaxPendingPersists, getMaxRetry, getMaxRowsInMemory, getMaxTotalRows, getPartitionsSpec, getPushTimeout, getSegmentWriteOutMediumFactory, getSplitHintSpec, getTaskStatusCheckPeriodMs, getTotalNumMergeTasks, getType, hashCode, isForceGuaranteedRollup, toStringpublic 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)
@Nullable public Integer getMaxRowsPerSegment()
getMaxRowsPerSegment in class ClientCompactionTaskQueryTuningConfigCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.