public class UserCompactionTaskQueryTuningConfig extends ClientCompactionTaskQueryTuningConfig
| Constructor and Description |
|---|
UserCompactionTaskQueryTuningConfig(Integer maxRowsInMemory,
Long maxBytesInMemory,
Long maxTotalRows,
SplitHintSpec splitHintSpec,
IndexSpec indexSpec,
Integer maxPendingPersists,
Long pushTimeout,
Integer maxNumConcurrentSubTasks) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxRowsPerSegment() |
equals, from, getIndexSpec, getMaxBytesInMemory, getMaxNumConcurrentSubTasks, getMaxPendingPersists, getMaxRowsInMemory, getMaxTotalRows, getMaxTotalRowsOr, getPushTimeout, getSplitHintSpec, getType, hashCode, toStringpublic UserCompactionTaskQueryTuningConfig(@Nullable Integer maxRowsInMemory, @Nullable Long maxBytesInMemory, @Nullable Long maxTotalRows, @Nullable SplitHintSpec splitHintSpec, @Nullable IndexSpec indexSpec, @Nullable Integer maxPendingPersists, @Nullable Long pushTimeout, @Nullable Integer maxNumConcurrentSubTasks)
@Nullable public Integer getMaxRowsPerSegment()
getMaxRowsPerSegment in class ClientCompactionTaskQueryTuningConfigCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.