Uses of Interface
org.apache.flink.table.connector.source.ScanTableSource.ScanRuntimeProvider
Packages that use ScanTableSource.ScanRuntimeProvider
Package
Description
-
Uses of ScanTableSource.ScanRuntimeProvider in org.apache.flink.table.connector.source
Subinterfaces of ScanTableSource.ScanRuntimeProvider in org.apache.flink.table.connector.sourceModifier and TypeInterfaceDescriptioninterfaceProvider of anInputFormatinstance as a runtime implementation forScanTableSource.interfaceProvider of aSourceinstance as a runtime implementation forScanTableSource.Methods in org.apache.flink.table.connector.source that return ScanTableSource.ScanRuntimeProviderModifier and TypeMethodDescriptionScanTableSource.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.ScanRuntimeProviderModifier and TypeMethodDescriptionFullCachingLookupProvider.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.ScanRuntimeProviderModifier and TypeMethodDescriptionstatic FullCachingLookupProviderFullCachingLookupProvider.of(ScanTableSource.ScanRuntimeProvider scanRuntimeProvider, CacheReloadTrigger cacheReloadTrigger) Build aFullCachingLookupProviderfrom the specifiedScanTableSource.ScanRuntimeProviderandCacheReloadTrigger.