Uses of Interface
org.apache.flink.table.connector.source.lookup.cache.LookupCache
-
Packages that use LookupCache Package Description org.apache.flink.table.connector.source.lookup org.apache.flink.table.connector.source.lookup.cache -
-
Uses of LookupCache in org.apache.flink.table.connector.source.lookup
Methods in org.apache.flink.table.connector.source.lookup that return LookupCache Modifier and Type Method Description LookupCachePartialCachingAsyncLookupProvider. getCache()Get a new instance ofLookupCache.LookupCachePartialCachingLookupProvider. getCache()Get a new instance ofLookupCache.Methods in org.apache.flink.table.connector.source.lookup with parameters of type LookupCache Modifier and Type Method Description static PartialCachingAsyncLookupProviderPartialCachingAsyncLookupProvider. 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 Modifier and Type Class Description classDefaultLookupCacheDefault implementation ofLookupCache.
-