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, SerializedThrowable failureCause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCheckpointId()
SerializedThrowable
getFailureCause()
-
-
-
Constructor Detail
-
CheckpointInfo
public CheckpointInfo(@Nullable Long checkpointId, @Nullable SerializedThrowable failureCause)
-
-
Method Detail
-
getCheckpointId
@Nullable public Long getCheckpointId()
-
getFailureCause
@Nullable public SerializedThrowable getFailureCause()
-
-