Class RocksDBManualCompactionConfig.Builder
java.lang.Object
org.apache.flink.state.rocksdb.sstmerge.RocksDBManualCompactionConfig.Builder
- Enclosing class:
- RocksDBManualCompactionConfig
Builder for
RocksDBManualCompactionConfig.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setMaxAutoCompactions(int maxAutoCompactions) setMaxFileSizeToCompact(org.apache.flink.configuration.MemorySize maxFileSizeToCompact) setMaxFilesToCompact(int maxFilesToCompact) setMaxOutputFileSize(org.apache.flink.configuration.MemorySize maxOutputFileSize) setMaxParallelCompactions(int maxParallelCompactions) setMinFilesToCompact(int minFilesToCompact) setMinInterval(long minInterval)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setMinInterval
-
setMaxParallelCompactions
-
setMaxFileSizeToCompact
public RocksDBManualCompactionConfig.Builder setMaxFileSizeToCompact(org.apache.flink.configuration.MemorySize maxFileSizeToCompact) -
setMinFilesToCompact
-
setMaxFilesToCompact
-
setMaxOutputFileSize
public RocksDBManualCompactionConfig.Builder setMaxOutputFileSize(org.apache.flink.configuration.MemorySize maxOutputFileSize) -
setMaxAutoCompactions
-
build
-