Uses of Interface
org.apache.flink.table.connector.source.lookup.LookupFunctionProvider
-
Packages that use LookupFunctionProvider Package Description org.apache.flink.table.connector.source.lookup -
-
Uses of LookupFunctionProvider in org.apache.flink.table.connector.source.lookup
Subinterfaces of LookupFunctionProvider in org.apache.flink.table.connector.source.lookup Modifier and Type Interface Description interfaceFullCachingLookupProviderALookupFunctionProviderthat never lookup in external system on cache miss and provides a cache for holding all entries in the external system.interfacePartialCachingLookupProviderProvider for creatingLookupFunctionandLookupCachefor storing lookup entries.Methods in org.apache.flink.table.connector.source.lookup that return LookupFunctionProvider Modifier and Type Method Description static LookupFunctionProviderLookupFunctionProvider. of(LookupFunction lookupFunction)Helper function for creating a static provider.
-