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, SerializedThrowable failureCause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SerializedThrowable
getFailureCause()
String
getLocation()
-
-
-
Constructor Detail
-
SavepointInfo
public SavepointInfo(@Nullable String location, @Nullable SerializedThrowable failureCause)
-
-
Method Detail
-
getLocation
@Nullable public String getLocation()
-
getFailureCause
@Nullable public SerializedThrowable getFailureCause()
-
-