Uses of Interface
org.apache.flink.table.connector.source.ScanTableSource.ScanRuntimeProvider
-
Packages that use ScanTableSource.ScanRuntimeProvider Package Description org.apache.flink.table.connector.source org.apache.flink.table.connector.source.lookup -
-
Uses of ScanTableSource.ScanRuntimeProvider in org.apache.flink.table.connector.source
Subinterfaces of ScanTableSource.ScanRuntimeProvider in org.apache.flink.table.connector.source Modifier and Type Interface Description interfaceInputFormatProviderProvider of anInputFormatinstance as a runtime implementation forScanTableSource.interfaceSourceProviderProvider of aSourceinstance as a runtime implementation forScanTableSource.Methods in org.apache.flink.table.connector.source that return ScanTableSource.ScanRuntimeProvider Modifier and Type Method Description ScanTableSource.ScanRuntimeProviderScanTableSource. getScanRuntimeProvider(ScanTableSource.ScanContext runtimeProviderContext)Returns a provider of runtime implementation for reading the data. -
Uses of ScanTableSource.ScanRuntimeProvider in org.apache.flink.table.connector.source.lookup
Methods in org.apache.flink.table.connector.source.lookup that return ScanTableSource.ScanRuntimeProvider Modifier and Type Method Description ScanTableSource.ScanRuntimeProviderFullCachingLookupProvider. getScanRuntimeProvider()Get aScanTableSource.ScanRuntimeProviderfor scanning all entries from the external lookup table and load into the cache.Methods in org.apache.flink.table.connector.source.lookup with parameters of type ScanTableSource.ScanRuntimeProvider Modifier and Type Method Description static FullCachingLookupProviderFullCachingLookupProvider. of(ScanTableSource.ScanRuntimeProvider scanRuntimeProvider, CacheReloadTrigger cacheReloadTrigger)Build aFullCachingLookupProviderfrom the specifiedScanTableSource.ScanRuntimeProviderandCacheReloadTrigger.
-