Uses of Interface
org.apache.flink.table.connector.source.lookup.cache.LookupCache
Packages that use LookupCache
Package
Description
-
Uses of LookupCache in org.apache.flink.table.connector.source.lookup
Methods in org.apache.flink.table.connector.source.lookup that return LookupCacheModifier and TypeMethodDescriptionPartialCachingAsyncLookupProvider.getCache()Get a new instance ofLookupCache.PartialCachingLookupProvider.getCache()Get a new instance ofLookupCache.Methods in org.apache.flink.table.connector.source.lookup with parameters of type LookupCacheModifier and TypeMethodDescriptionPartialCachingAsyncLookupProvider.of(AsyncLookupFunction asyncLookupFunction, LookupCache cache) static PartialCachingLookupProviderPartialCachingLookupProvider.of(LookupFunction lookupFunction, LookupCache cache) -
Uses of LookupCache in org.apache.flink.table.connector.source.lookup.cache
Classes in org.apache.flink.table.connector.source.lookup.cache that implement LookupCache