public static class DataSourceCompactionConfig.UserCompactTuningConfig extends ClientCompactQueryTuningConfig
| Constructor and Description |
|---|
UserCompactTuningConfig(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 UserCompactTuningConfig(@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 ClientCompactQueryTuningConfigCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.