Uses of Class
org.apache.flink.core.execution.SavepointFormatType
-
Packages that use SavepointFormatType Package Description org.apache.flink.core.execution -
-
Uses of SavepointFormatType in org.apache.flink.core.execution
Fields in org.apache.flink.core.execution declared as SavepointFormatType Modifier and Type Field Description static SavepointFormatTypeSavepointFormatType. DEFAULTMethods in org.apache.flink.core.execution that return SavepointFormatType Modifier and Type Method Description static SavepointFormatTypeSavepointFormatType. valueOf(String name)Returns the enum constant of this type with the specified name.static SavepointFormatType[]SavepointFormatType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.core.execution with parameters of type SavepointFormatType Modifier and Type Method Description CompletableFuture<String>JobClient. stopWithSavepoint(boolean advanceToEndOfEventTime, String savepointDirectory, SavepointFormatType formatType)Stops the associated job on Flink cluster.CompletableFuture<String>JobClient. triggerSavepoint(String savepointDirectory, SavepointFormatType formatType)Triggers a savepoint for the associated job.
-