public class SavepointTriggerRequestBody extends Object implements RequestBody
RequestBody to trigger savepoints.| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_NAME_TARGET_DIRECTORY |
| Constructor and Description |
|---|
SavepointTriggerRequestBody(String targetDirectory,
Boolean cancelJob,
org.apache.flink.core.execution.SavepointFormatType formatType,
TriggerId triggerId) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.core.execution.SavepointFormatType |
getFormatType() |
Optional<String> |
getTargetDirectory() |
Optional<TriggerId> |
getTriggerId() |
boolean |
isCancelJob() |
public static final String FIELD_NAME_TARGET_DIRECTORY
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.