public class AsyncLookupJoinRunner
extends org.apache.flink.streaming.api.functions.async.RichAsyncFunction<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>
| 构造器和说明 |
|---|
AsyncLookupJoinRunner(GeneratedFunction<org.apache.flink.streaming.api.functions.async.AsyncFunction<org.apache.flink.table.data.RowData,Object>> generatedFetcher,
GeneratedResultFuture<TableFunctionResultFuture<org.apache.flink.table.data.RowData>> generatedResultFuture,
org.apache.flink.api.common.typeinfo.TypeInformation<?> fetcherReturnType,
RowDataTypeInfo rightRowTypeInfo,
boolean isLeftOuterJoin,
int asyncBufferCapacity) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
asyncInvoke(org.apache.flink.table.data.RowData input,
org.apache.flink.streaming.api.functions.async.ResultFuture<org.apache.flink.table.data.RowData> resultFuture) |
void |
close() |
TableFunctionResultFuture<org.apache.flink.table.data.RowData> |
createFetcherResultFuture(org.apache.flink.configuration.Configuration parameters) |
void |
open(org.apache.flink.configuration.Configuration parameters) |
getIterationRuntimeContext, getRuntimeContextpublic AsyncLookupJoinRunner(GeneratedFunction<org.apache.flink.streaming.api.functions.async.AsyncFunction<org.apache.flink.table.data.RowData,Object>> generatedFetcher, GeneratedResultFuture<TableFunctionResultFuture<org.apache.flink.table.data.RowData>> generatedResultFuture, org.apache.flink.api.common.typeinfo.TypeInformation<?> fetcherReturnType, RowDataTypeInfo rightRowTypeInfo, boolean isLeftOuterJoin, int asyncBufferCapacity)
public void open(org.apache.flink.configuration.Configuration parameters)
throws Exception
open 在接口中 org.apache.flink.api.common.functions.RichFunctionopen 在类中 org.apache.flink.api.common.functions.AbstractRichFunctionExceptionpublic void asyncInvoke(org.apache.flink.table.data.RowData input,
org.apache.flink.streaming.api.functions.async.ResultFuture<org.apache.flink.table.data.RowData> resultFuture)
throws Exception
asyncInvoke 在接口中 org.apache.flink.streaming.api.functions.async.AsyncFunction<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>asyncInvoke 在类中 org.apache.flink.streaming.api.functions.async.RichAsyncFunction<org.apache.flink.table.data.RowData,org.apache.flink.table.data.RowData>Exceptionpublic TableFunctionResultFuture<org.apache.flink.table.data.RowData> createFetcherResultFuture(org.apache.flink.configuration.Configuration parameters) throws Exception
ExceptionCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.