Uses of Interface
org.apache.flink.table.connector.source.lookup.LookupFunctionProvider
Packages that use LookupFunctionProvider
-
Uses of LookupFunctionProvider in org.apache.flink.table.connector.source.lookup
Subinterfaces of LookupFunctionProvider in org.apache.flink.table.connector.source.lookupModifier and TypeInterfaceDescriptioninterfaceALookupFunctionProviderthat never lookup in external system on cache miss and provides a cache for holding all entries in the external system.interfaceProvider for creatingLookupFunctionandLookupCachefor storing lookup entries.Methods in org.apache.flink.table.connector.source.lookup that return LookupFunctionProviderModifier and TypeMethodDescriptionstatic LookupFunctionProviderLookupFunctionProvider.of(LookupFunction lookupFunction) Helper function for creating a static provider.