Class SavepointInfo
java.lang.Object
org.apache.flink.runtime.rest.messages.job.savepoints.SavepointInfo
- All Implemented Interfaces:
ResponseBody
Represents information about a finished savepoint.
-
Constructor Summary
ConstructorsConstructorDescriptionSavepointInfo(String location, org.apache.flink.util.SerializedThrowable failureCause) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.util.SerializedThrowable
-
Constructor Details
-
SavepointInfo
public SavepointInfo(@Nullable String location, @Nullable org.apache.flink.util.SerializedThrowable failureCause)
-
-
Method Details
-
getLocation
-
getFailureCause
@Nullable public org.apache.flink.util.SerializedThrowable getFailureCause()
-