Class SavepointInfo
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.job.savepoints.SavepointInfo
-
- All Implemented Interfaces:
ResponseBody
public class SavepointInfo extends Object implements ResponseBody
Represents information about a finished savepoint.
-
-
Constructor Summary
Constructors Constructor Description SavepointInfo(String location, org.apache.flink.util.SerializedThrowable failureCause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.util.SerializedThrowablegetFailureCause()StringgetLocation()
-