public class CheckpointTriggerRequestBody extends Object implements RequestBody
RequestBody to trigger checkpoints.| Constructor and Description |
|---|
CheckpointTriggerRequestBody(org.apache.flink.core.execution.CheckpointType checkpointType,
TriggerId triggerId) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.core.execution.CheckpointType |
getCheckpointType() |
Optional<TriggerId> |
getTriggerId() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.