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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AsynchronousOperationInfo
complete()
static AsynchronousOperationInfo
completeExceptional(SerializedThrowable serializedThrowable)
SerializedThrowable
getFailureCause()
-
-
-
Method Detail
-
getFailureCause
@Nullable public SerializedThrowable getFailureCause()
-
completeExceptional
public static AsynchronousOperationInfo completeExceptional(SerializedThrowable serializedThrowable)
-
complete
public static AsynchronousOperationInfo complete()
-
-