Uses of Package
org.apache.flink.table.connector.source.lookup
-
Packages that use org.apache.flink.table.connector.source.lookup Package Description org.apache.flink.table.connector.source.lookup -
Classes in org.apache.flink.table.connector.source.lookup used by org.apache.flink.table.connector.source.lookup Class 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.LookupOptions.LookupCacheType Types of the lookup cache.LookupOptions.ReloadStrategy Defines whichCacheReloadTriggerto use.PartialCachingAsyncLookupProvider Provider for creatingAsyncLookupFunctionandLookupCachefor storing lookup entries.PartialCachingLookupProvider Provider for creatingLookupFunctionandLookupCachefor storing lookup entries.