Uses of Enum
org.apache.flink.runtime.checkpoint.filemerging.FileMergingType
Packages that use FileMergingType
-
Uses of FileMergingType in org.apache.flink.runtime.checkpoint.filemerging
Methods in org.apache.flink.runtime.checkpoint.filemerging that return FileMergingTypeModifier and TypeMethodDescriptionstatic FileMergingTypeReturns the enum constant of this type with the specified name.static FileMergingType[]FileMergingType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.runtime.checkpoint.filemerging with parameters of type FileMergingTypeModifierConstructorDescriptionFileMergingSnapshotManagerBuilder(org.apache.flink.api.common.JobID jobId, ResourceID tmResourceId, FileMergingType type) Initialize the builder.