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