Class CheckpointInfo
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.checkpoints.CheckpointInfo
-
- All Implemented Interfaces:
ResponseBody
public class CheckpointInfo extends Object implements ResponseBody
Represents information about a triggered checkpoint.
-
-
Constructor Summary
Constructors Constructor Description CheckpointInfo(Long checkpointId, org.apache.flink.util.SerializedThrowable failureCause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCheckpointId()org.apache.flink.util.SerializedThrowablegetFailureCause()
-