Package org.apache.flink.table.connector.source.lookup
-
Interface Summary Interface Description AsyncLookupFunctionProvider A provider for creatingAsyncLookupFunction.FullCachingLookupProvider ALookupFunctionProviderthat never lookup in external system on cache miss and provides a cache for holding all entries in the external system.LookupFunctionProvider A provider for creatingLookupFunction.PartialCachingAsyncLookupProvider Provider for creatingAsyncLookupFunctionandLookupCachefor storing lookup entries.PartialCachingLookupProvider Provider for creatingLookupFunctionandLookupCachefor storing lookup entries. -
Class Summary Class Description LookupOptions Predefined options for lookup table. -
Enum Summary Enum Description LookupOptions.LookupCacheType Types of the lookup cache.LookupOptions.ReloadStrategy Defines whichCacheReloadTriggerto use.