public class AsynchronousOperationInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
static AsynchronousOperationInfo |
complete() |
static AsynchronousOperationInfo |
completeExceptional(org.apache.flink.util.SerializedThrowable serializedThrowable) |
org.apache.flink.util.SerializedThrowable |
getFailureCause() |
@Nullable public org.apache.flink.util.SerializedThrowable getFailureCause()
public static AsynchronousOperationInfo completeExceptional(org.apache.flink.util.SerializedThrowable serializedThrowable)
public static AsynchronousOperationInfo complete()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.