Class SavepointTriggerRequestBody
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerRequestBody
-
- All Implemented Interfaces:
RequestBody
public class SavepointTriggerRequestBody extends Object implements RequestBody
RequestBodyto trigger savepoints.
-
-
Field Summary
Fields Modifier and Type Field Description static StringFIELD_NAME_TARGET_DIRECTORY
-
Constructor Summary
Constructors Constructor Description SavepointTriggerRequestBody(String targetDirectory, Boolean cancelJob, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerId triggerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.core.execution.SavepointFormatTypegetFormatType()Optional<String>getTargetDirectory()Optional<TriggerId>getTriggerId()booleanisCancelJob()
-
-
-
Field Detail
-
FIELD_NAME_TARGET_DIRECTORY
public static final String FIELD_NAME_TARGET_DIRECTORY
- See Also:
- Constant Field Values
-
-