Class AsynchronousOperationInfo

java.lang.Object
org.apache.flink.runtime.rest.handler.async.AsynchronousOperationInfo

public class AsynchronousOperationInfo extends Object
Basic information object for asynchronous operations.
  • Method Details

    • getFailureCause

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

      public static AsynchronousOperationInfo completeExceptional(org.apache.flink.util.SerializedThrowable serializedThrowable)
    • complete

      public static AsynchronousOperationInfo complete()