Class CheckpointTriggerRequestBody
java.lang.Object
org.apache.flink.runtime.rest.messages.checkpoints.CheckpointTriggerRequestBody
- All Implemented Interfaces:
RequestBody
RequestBody to trigger checkpoints.-
Constructor Summary
ConstructorsConstructorDescriptionCheckpointTriggerRequestBody(org.apache.flink.core.execution.CheckpointType checkpointType, TriggerId triggerId) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.core.execution.CheckpointType
-
Constructor Details
-
CheckpointTriggerRequestBody
public CheckpointTriggerRequestBody(@Nullable org.apache.flink.core.execution.CheckpointType checkpointType, @Nullable TriggerId triggerId)
-
-
Method Details
-
getTriggerId
-
getCheckpointType
public org.apache.flink.core.execution.CheckpointType getCheckpointType()
-