Uses of Enum
org.apache.flink.runtime.checkpoint.filemerging.PhysicalFilePool.Type
Packages that use PhysicalFilePool.Type
-
Uses of PhysicalFilePool.Type in org.apache.flink.runtime.checkpoint.filemerging
Fields in org.apache.flink.runtime.checkpoint.filemerging declared as PhysicalFilePool.TypeModifier and TypeFieldDescriptionprotected PhysicalFilePool.TypeFileMergingSnapshotManagerBase.filePoolTypeType of physical file pool.Methods in org.apache.flink.runtime.checkpoint.filemerging that return PhysicalFilePool.TypeModifier and TypeMethodDescriptionstatic PhysicalFilePool.TypeReturns 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.TypeModifier and TypeMethodDescriptionFileMergingSnapshotManagerBuilder.setFilePoolType(PhysicalFilePool.Type filePoolType) Set the type of physical file pool.Constructors in org.apache.flink.runtime.checkpoint.filemerging with parameters of type PhysicalFilePool.TypeModifierConstructorDescriptionAcrossCheckpointFileMergingSnapshotManager(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)