Package org.apache.flink.table.connector.source.lookup
-
Interface Summary Interface Description AsyncLookupFunctionProvider A provider for creatingAsyncLookupFunction
.FullCachingLookupProvider ALookupFunctionProvider
that 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 creatingAsyncLookupFunction
andLookupCache
for storing lookup entries.PartialCachingLookupProvider Provider for creatingLookupFunction
andLookupCache
for 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 whichCacheReloadTrigger
to use.