Interface PartialCachingAsyncLookupProvider
-
- All Superinterfaces:
AsyncLookupFunctionProvider,LookupTableSource.LookupRuntimeProvider
@PublicEvolving public interface PartialCachingAsyncLookupProvider extends AsyncLookupFunctionProvider
Provider for creatingAsyncLookupFunctionandLookupCachefor storing lookup entries.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description LookupCachegetCache()Get a new instance ofLookupCache.static PartialCachingAsyncLookupProviderof(AsyncLookupFunction asyncLookupFunction, LookupCache cache)-
Methods inherited from interface org.apache.flink.table.connector.source.lookup.AsyncLookupFunctionProvider
createAsyncLookupFunction
-
-
-
-
Method Detail
-
of
static PartialCachingAsyncLookupProvider of(AsyncLookupFunction asyncLookupFunction, LookupCache cache)
-
getCache
LookupCache getCache()
Get a new instance ofLookupCache.
-
-