public class SavepointTriggerRequestBody extends Object implements RequestBody
RequestBody to trigger savepoints.| 限定符和类型 | 字段和说明 |
|---|---|
static String |
FIELD_NAME_TARGET_DIRECTORY |
| 构造器和说明 |
|---|
SavepointTriggerRequestBody(String targetDirectory,
Boolean cancelJob,
org.apache.flink.core.execution.SavepointFormatType formatType,
TriggerId triggerId) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.core.execution.SavepointFormatType |
getFormatType() |
Optional<String> |
getTargetDirectory() |
Optional<TriggerId> |
getTriggerId() |
boolean |
isCancelJob() |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.