Class SavepointTriggerRequestBody
java.lang.Object
org.apache.flink.runtime.rest.messages.job.savepoints.SavepointTriggerRequestBody
- All Implemented Interfaces:
RequestBody
RequestBody to trigger savepoints.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSavepointTriggerRequestBody(String targetDirectory, Boolean cancelJob, org.apache.flink.core.execution.SavepointFormatType formatType, TriggerId triggerId) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.core.execution.SavepointFormatTypeboolean
-
Field Details
-
FIELD_NAME_TARGET_DIRECTORY
- See Also:
-
-
Constructor Details
-
SavepointTriggerRequestBody
-
-
Method Details
-
getTargetDirectory
-
getTriggerId
-
isCancelJob
public boolean isCancelJob() -
getFormatType
public org.apache.flink.core.execution.SavepointFormatType getFormatType()
-