Class CheckpointTriggerRequestBody

java.lang.Object
org.apache.flink.runtime.rest.messages.checkpoints.CheckpointTriggerRequestBody
All Implemented Interfaces:
RequestBody

public class CheckpointTriggerRequestBody extends Object implements RequestBody
RequestBody to trigger checkpoints.
  • Constructor Details

    • CheckpointTriggerRequestBody

      public CheckpointTriggerRequestBody(@Nullable org.apache.flink.core.execution.CheckpointType checkpointType, @Nullable TriggerId triggerId)
  • Method Details

    • getTriggerId

      public Optional<TriggerId> getTriggerId()
    • getCheckpointType

      public org.apache.flink.core.execution.CheckpointType getCheckpointType()