Interface PartialCachingLookupProvider
-
- All Superinterfaces:
LookupFunctionProvider,LookupTableSource.LookupRuntimeProvider
@PublicEvolving public interface PartialCachingLookupProvider extends LookupFunctionProvider
Provider for creatingLookupFunctionandLookupCachefor 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 PartialCachingLookupProviderof(LookupFunction lookupFunction, LookupCache cache)-
Methods inherited from interface org.apache.flink.table.connector.source.lookup.LookupFunctionProvider
createLookupFunction
-
-
-
-
Method Detail
-
of
static PartialCachingLookupProvider of(LookupFunction lookupFunction, LookupCache cache)
-
getCache
LookupCache getCache()
Get a new instance ofLookupCache.
-
-