| Package | Description |
|---|---|
| org.apache.flink.table.connector.source | |
| org.apache.flink.table.connector.source.lookup |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncTableFunctionProvider<T>
Deprecated.
Please use
AsyncLookupFunctionProvider to implement asynchronous lookup
table. |
interface |
TableFunctionProvider<T>
Deprecated.
Please use
LookupFunctionProvider to implement synchronous lookup table. |
| Modifier and Type | Method and Description |
|---|---|
LookupTableSource.LookupRuntimeProvider |
LookupTableSource.getLookupRuntimeProvider(LookupTableSource.LookupContext context)
Returns a provider of runtime implementation for reading the data.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncLookupFunctionProvider
A provider for creating
AsyncLookupFunction. |
interface |
FullCachingLookupProvider
A
LookupFunctionProvider that never lookup in external system on cache miss and provides
a cache for holding all entries in the external system. |
interface |
LookupFunctionProvider
A provider for creating
LookupFunction. |
interface |
PartialCachingAsyncLookupProvider
Provider for creating
AsyncLookupFunction and LookupCache for storing lookup
entries. |
interface |
PartialCachingLookupProvider
Provider for creating
LookupFunction and LookupCache for storing lookup entries. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.