Uses of Interface
org.apache.flink.table.connector.source.LookupTableSource.LookupRuntimeProvider
Packages that use LookupTableSource.LookupRuntimeProvider
Package
Description
-
Uses of LookupTableSource.LookupRuntimeProvider in org.apache.flink.table.connector.source
Methods in org.apache.flink.table.connector.source that return LookupTableSource.LookupRuntimeProviderModifier and TypeMethodDescriptionLookupTableSource.getLookupRuntimeProvider(LookupTableSource.LookupContext context) Returns a provider of runtime implementation for reading the data. -
Uses of LookupTableSource.LookupRuntimeProvider in org.apache.flink.table.connector.source.lookup
Subinterfaces of LookupTableSource.LookupRuntimeProvider in org.apache.flink.table.connector.source.lookupModifier and TypeInterfaceDescriptioninterfaceA provider for creatingAsyncLookupFunction.interfaceALookupFunctionProviderthat never lookup in external system on cache miss and provides a cache for holding all entries in the external system.interfaceA provider for creatingLookupFunction.interfaceProvider for creatingAsyncLookupFunctionandLookupCachefor storing lookup entries.interfaceProvider for creatingLookupFunctionandLookupCachefor storing lookup entries. -
Uses of LookupTableSource.LookupRuntimeProvider in org.apache.flink.table.legacy.connector.source
Subinterfaces of LookupTableSource.LookupRuntimeProvider in org.apache.flink.table.legacy.connector.sourceModifier and TypeInterfaceDescriptioninterfaceDeprecated.interfaceDeprecated.Please useLookupFunctionProviderto implement synchronous lookup table.
AsyncLookupFunctionProviderto implement asynchronous lookup table.