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 FileMergingSnapshotManagerBuilder
FileMergingSnapshotManagerBuilder. setFilePoolType(PhysicalFilePool.Type filePoolType)
Set the type of physical file pool.FileMergingSnapshotManagerBuilder
FileMergingSnapshotManagerBuilder. setIOExecutor(Executor ioExecutor)
Set the executor for io operation in manager.FileMergingSnapshotManagerBuilder
FileMergingSnapshotManagerBuilder. setMaxFileSize(long maxFileSize)
Set the max file size.FileMergingSnapshotManagerBuilder
FileMergingSnapshotManagerBuilder. setMaxSpaceAmplification(float amplification)
FileMergingSnapshotManagerBuilder
FileMergingSnapshotManagerBuilder. setMetricGroup(TaskManagerJobMetricGroup metricGroup)
-