Class CheckpointInfo
java.lang.Object
org.apache.flink.runtime.rest.messages.checkpoints.CheckpointInfo
- All Implemented Interfaces:
ResponseBody
Represents information about a triggered checkpoint.
-
Constructor Summary
ConstructorsConstructorDescriptionCheckpointInfo(Long checkpointId, org.apache.flink.util.SerializedThrowable failureCause) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.util.SerializedThrowable
-
Constructor Details
-
CheckpointInfo
public CheckpointInfo(@Nullable Long checkpointId, @Nullable org.apache.flink.util.SerializedThrowable failureCause)
-
-
Method Details
-
getCheckpointId
-
getFailureCause
@Nullable public org.apache.flink.util.SerializedThrowable getFailureCause()
-