Class SavepointInfo

  • All Implemented Interfaces:
    ResponseBody

    public class SavepointInfo
    extends Object
    implements ResponseBody
    Represents information about a finished savepoint.
    • Constructor Detail

      • SavepointInfo

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

      • getLocation

        @Nullable
        public String getLocation()
      • getFailureCause

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