Modifier and Type | Method and Description |
---|---|
AsyncTableFunction<T> |
AsyncTableFunctionProvider.createAsyncTableFunction()
Deprecated.
Creates a
AsyncTableFunction instance. |
Modifier and Type | Method and Description |
---|---|
static <T> AsyncTableFunctionProvider<T> |
AsyncTableFunctionProvider.of(AsyncTableFunction<T> asyncTableFunction)
Deprecated.
Helper method for creating a static provider.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncLookupFunction
A wrapper class of
AsyncTableFunction for asynchronously lookup rows matching the lookup
keys from external system. |
Modifier and Type | Class and Description |
---|---|
class |
CachingAsyncLookupFunction
A wrapper function around user-provided async lookup function with a cache layer.
|
Modifier and Type | Class and Description |
---|---|
class |
RetryableAsyncLookupFunctionDelegator
A delegator holds user's
AsyncLookupFunction to handle retries. |
Modifier and Type | Method and Description |
---|---|
AsyncTableFunction<Row> |
CsvTableSource.getAsyncLookupFunction(String[] lookupKeys)
Deprecated.
|
AsyncTableFunction<T> |
LookupableTableSource.getAsyncLookupFunction(String[] lookupKeys)
Deprecated.
Gets the
AsyncTableFunction which supports async lookup one key at a time. |
Modifier and Type | Method and Description |
---|---|
static TypeInference |
TypeInferenceExtractor.forAsyncTableFunction(DataTypeFactory typeFactory,
Class<? extends AsyncTableFunction<?>> function)
Extracts a type inference from a
AsyncTableFunction . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.