Uses of Class
org.apache.flink.runtime.checkpoint.filemerging.PhysicalFilePool.Type
-
Packages that use PhysicalFilePool.Type Package Description org.apache.flink.runtime.checkpoint.filemerging -
-
Uses of PhysicalFilePool.Type in org.apache.flink.runtime.checkpoint.filemerging
Fields in org.apache.flink.runtime.checkpoint.filemerging declared as PhysicalFilePool.Type Modifier and Type Field Description protected PhysicalFilePool.TypeFileMergingSnapshotManagerBase. filePoolTypeType of physical file pool.Methods in org.apache.flink.runtime.checkpoint.filemerging that return PhysicalFilePool.Type Modifier and Type Method Description static PhysicalFilePool.TypePhysicalFilePool.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static PhysicalFilePool.Type[]PhysicalFilePool.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.checkpoint.filemerging with parameters of type PhysicalFilePool.Type Modifier and Type Method Description FileMergingSnapshotManagerBuilderFileMergingSnapshotManagerBuilder. setFilePoolType(PhysicalFilePool.Type filePoolType)Set the type of physical file pool.Constructors in org.apache.flink.runtime.checkpoint.filemerging with parameters of type PhysicalFilePool.Type Constructor Description AcrossCheckpointFileMergingSnapshotManager(String id, long maxFileSize, PhysicalFilePool.Type filePoolType, float maxSpaceAmplification, Executor ioExecutor, org.apache.flink.metrics.MetricGroup metricGroup)FileMergingSnapshotManagerBase(String id, long maxFileSize, PhysicalFilePool.Type filePoolType, float maxSpaceAmplification, Executor ioExecutor, org.apache.flink.metrics.MetricGroup parentMetricGroup)WithinCheckpointFileMergingSnapshotManager(String id, long maxFileSize, PhysicalFilePool.Type filePoolType, float maxSpaceAmplification, Executor ioExecutor, org.apache.flink.metrics.MetricGroup metricGroup)
-