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