Uses of Interface
org.apache.flink.table.connector.source.lookup.AsyncLookupFunctionProvider
-
Packages that use AsyncLookupFunctionProvider Package Description org.apache.flink.table.connector.source.lookup -
-
Uses of AsyncLookupFunctionProvider in org.apache.flink.table.connector.source.lookup
Subinterfaces of AsyncLookupFunctionProvider in org.apache.flink.table.connector.source.lookup Modifier and Type Interface Description interfacePartialCachingAsyncLookupProviderProvider for creatingAsyncLookupFunctionandLookupCachefor storing lookup entries.Methods in org.apache.flink.table.connector.source.lookup that return AsyncLookupFunctionProvider Modifier and Type Method Description static AsyncLookupFunctionProviderAsyncLookupFunctionProvider. of(AsyncLookupFunction asyncLookupFunction)Helper function for creating a static provider.
-