Interface PartialCachingLookupProvider
- All Superinterfaces:
LookupFunctionProvider,LookupTableSource.LookupRuntimeProvider
Provider for creating
LookupFunction and LookupCache for storing lookup entries.-
Method Summary
Modifier and TypeMethodDescriptiongetCache()Get a new instance ofLookupCache.static PartialCachingLookupProviderof(LookupFunction lookupFunction, LookupCache cache) Methods inherited from interface org.apache.flink.table.connector.source.lookup.LookupFunctionProvider
createLookupFunction
-
Method Details
-
of
-
getCache
LookupCache getCache()Get a new instance ofLookupCache.
-