Uses of Class
org.apache.flink.runtime.checkpoint.filemerging.FileMergingSnapshotManagerBuilder
-
Packages that use FileMergingSnapshotManagerBuilder Package Description org.apache.flink.runtime.checkpoint.filemerging -
-
Uses of FileMergingSnapshotManagerBuilder in org.apache.flink.runtime.checkpoint.filemerging
Methods in org.apache.flink.runtime.checkpoint.filemerging that return FileMergingSnapshotManagerBuilder Modifier and Type Method Description FileMergingSnapshotManagerBuilderFileMergingSnapshotManagerBuilder. setFilePoolType(PhysicalFilePool.Type filePoolType)Set the type of physical file pool.FileMergingSnapshotManagerBuilderFileMergingSnapshotManagerBuilder. setIOExecutor(Executor ioExecutor)Set the executor for io operation in manager.FileMergingSnapshotManagerBuilderFileMergingSnapshotManagerBuilder. setMaxFileSize(long maxFileSize)Set the max file size.FileMergingSnapshotManagerBuilderFileMergingSnapshotManagerBuilder. setMaxSpaceAmplification(float amplification)FileMergingSnapshotManagerBuilderFileMergingSnapshotManagerBuilder. setMetricGroup(TaskManagerJobMetricGroup metricGroup)
-