public abstract class TableFunctionResultFuture<T>
extends org.apache.flink.api.common.functions.AbstractRichFunction
implements org.apache.flink.streaming.api.functions.async.ResultFuture<T>
ResultFuture in table joining.| Constructor and Description |
|---|
TableFunctionResultFuture() |
| Modifier and Type | Method and Description |
|---|---|
void |
completeExceptionally(Throwable error) |
Object |
getInput()
Gets the input value from left table, which will be used to cross join with the result of
right table.
|
org.apache.flink.streaming.api.functions.async.ResultFuture<?> |
getResultFuture()
Gets the internal collector which used to emit the final row.
|
void |
setInput(Object input)
Sets the input row from left table, which will be used to cross join with the result of right
table.
|
void |
setResultFuture(org.apache.flink.streaming.api.functions.async.ResultFuture<?> resultFuture)
Sets the current collector, which used to emit the final row.
|
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void setInput(Object input)
public Object getInput()
public void setResultFuture(org.apache.flink.streaming.api.functions.async.ResultFuture<?> resultFuture)
public org.apache.flink.streaming.api.functions.async.ResultFuture<?> getResultFuture()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.