public class ClientCompactionTaskQueryTuningConfig extends Object
| Constructor and Description |
|---|
ClientCompactionTaskQueryTuningConfig(Integer maxRowsPerSegment,
AppendableIndexSpec appendableIndexSpec,
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,
Integer maxColumnsToMerge) |
public ClientCompactionTaskQueryTuningConfig(@Deprecated @Nullable Integer maxRowsPerSegment, @Nullable AppendableIndexSpec appendableIndexSpec, @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 Integer maxColumnsToMerge)
public static ClientCompactionTaskQueryTuningConfig from(@Nullable UserCompactionTaskQueryTuningConfig userCompactionTaskQueryTuningConfig, @Nullable Integer maxRowsPerSegment, @Nullable Boolean preserveExistingMetrics)
public String getType()
@Deprecated @Nullable public Integer getMaxRowsPerSegment()
@Deprecated @Nullable public Long getMaxTotalRows()
@Nullable public SplitHintSpec getSplitHintSpec()
@Nullable public PartitionsSpec getPartitionsSpec()
@Nullable public IndexSpec getIndexSpecForIntermediatePersists()
public boolean isForceGuaranteedRollup()
@Nullable public SegmentWriteOutMediumFactory getSegmentWriteOutMediumFactory()
@Nullable public org.joda.time.Duration getChatHandlerTimeout()
@Nullable public AppendableIndexSpec getAppendableIndexSpec()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.