| Package | Description |
|---|---|
| org.apache.flink.table.connector.source | |
| org.apache.flink.table.connector.source.lookup |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InputFormatProvider
Provider of an
InputFormat instance as a runtime implementation for ScanTableSource. |
interface |
SourceProvider
Provider of a
Source instance as a runtime implementation for ScanTableSource. |
| Modifier and Type | Method and Description |
|---|---|
ScanTableSource.ScanRuntimeProvider |
ScanTableSource.getScanRuntimeProvider(ScanTableSource.ScanContext runtimeProviderContext)
Returns a provider of runtime implementation for reading the data.
|
| Modifier and Type | Method and Description |
|---|---|
ScanTableSource.ScanRuntimeProvider |
FullCachingLookupProvider.getScanRuntimeProvider()
Get a
ScanTableSource.ScanRuntimeProvider for scanning all entries from the external
lookup table and load into the cache. |
| Modifier and Type | Method and Description |
|---|---|
static FullCachingLookupProvider |
FullCachingLookupProvider.of(ScanTableSource.ScanRuntimeProvider scanRuntimeProvider,
CacheReloadTrigger cacheReloadTrigger)
Build a
FullCachingLookupProvider from the specified ScanTableSource.ScanRuntimeProvider and CacheReloadTrigger. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.