Uses of Class
org.apache.flink.runtime.checkpoint.filemerging.FileMergingType
-
Packages that use FileMergingType Package Description org.apache.flink.runtime.checkpoint.filemerging -
-
Uses of FileMergingType in org.apache.flink.runtime.checkpoint.filemerging
Methods in org.apache.flink.runtime.checkpoint.filemerging that return FileMergingType Modifier and Type Method Description static FileMergingTypeFileMergingType. valueOf(String name)Returns 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 FileMergingType Constructor Description FileMergingSnapshotManagerBuilder(org.apache.flink.api.common.JobID jobId, ResourceID tmResourceId, FileMergingType type)Initialize the builder.
-