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 AsyncLookupFunction
AsyncLookupFunctionProvider. createAsyncLookupFunction()
Creates anAsyncLookupFunction
instance.Methods in org.apache.flink.table.connector.source.lookup with parameters of type AsyncLookupFunction Modifier and Type Method Description static AsyncLookupFunctionProvider
AsyncLookupFunctionProvider. of(AsyncLookupFunction asyncLookupFunction)
Helper function for creating a static provider.static PartialCachingAsyncLookupProvider
PartialCachingAsyncLookupProvider. of(AsyncLookupFunction asyncLookupFunction, LookupCache cache)
-