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 Details

    • SavepointInfo

      public SavepointInfo(@Nullable String location, @Nullable org.apache.flink.util.SerializedThrowable failureCause)
  • Method Details

    • getLocation

      @Nullable public String getLocation()
    • getFailureCause

      @Nullable public org.apache.flink.util.SerializedThrowable getFailureCause()