public class DelegatingAsyncResultFuture extends Object implements BiConsumer<Object,Throwable>
DelegatingResultFuture
for AsyncScalarFunction.| Constructor and Description |
|---|
DelegatingAsyncResultFuture(org.apache.flink.streaming.api.functions.async.ResultFuture<Object> delegatedResultFuture) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Object o,
Throwable throwable) |
void |
addSynchronousResult(Object object) |
CompletableFuture<?> |
createAsyncFuture(DataStructureConverter<Object,Object> converter) |
Object |
getSynchronousResult(int index) |
void |
setOutputFactory(Function<Object,org.apache.flink.table.data.RowData> outputFactory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic DelegatingAsyncResultFuture(org.apache.flink.streaming.api.functions.async.ResultFuture<Object> delegatedResultFuture)
public void addSynchronousResult(Object object)
public Object getSynchronousResult(int index)
public void setOutputFactory(Function<Object,org.apache.flink.table.data.RowData> outputFactory)
public CompletableFuture<?> createAsyncFuture(DataStructureConverter<Object,Object> converter)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.