Uses of Class
org.apache.flink.table.functions.AsyncLookupFunction
-
Packages that use AsyncLookupFunction Package Description org.apache.flink.table.connector.source.lookup -
-
Uses of AsyncLookupFunction in org.apache.flink.table.connector.source.lookup
Methods in org.apache.flink.table.connector.source.lookup that return AsyncLookupFunction Modifier and Type Method Description AsyncLookupFunctionAsyncLookupFunctionProvider. createAsyncLookupFunction()Creates anAsyncLookupFunctioninstance.Methods in org.apache.flink.table.connector.source.lookup with parameters of type AsyncLookupFunction Modifier and Type Method Description static AsyncLookupFunctionProviderAsyncLookupFunctionProvider. of(AsyncLookupFunction asyncLookupFunction)Helper function for creating a static provider.static PartialCachingAsyncLookupProviderPartialCachingAsyncLookupProvider. of(AsyncLookupFunction asyncLookupFunction, LookupCache cache)
-