Class AsynchronousOperationInfo
java.lang.Object
org.apache.flink.runtime.rest.handler.async.AsynchronousOperationInfo
Basic information object for asynchronous operations.
-
Method Summary
Modifier and TypeMethodDescriptionstatic AsynchronousOperationInfocomplete()static AsynchronousOperationInfocompleteExceptional(org.apache.flink.util.SerializedThrowable serializedThrowable) org.apache.flink.util.SerializedThrowable
-
Method Details
-
getFailureCause
@Nullable public org.apache.flink.util.SerializedThrowable getFailureCause() -
completeExceptional
public static AsynchronousOperationInfo completeExceptional(org.apache.flink.util.SerializedThrowable serializedThrowable) -
complete
-