Uses of Interface
org.apache.flink.table.connector.source.LookupTableSource.LookupRuntimeProvider
-
-
Uses of LookupTableSource.LookupRuntimeProvider in org.apache.flink.table.connector.source
Methods in org.apache.flink.table.connector.source that return LookupTableSource.LookupRuntimeProvider Modifier and Type Method Description LookupTableSource.LookupRuntimeProviderLookupTableSource. getLookupRuntimeProvider(LookupTableSource.LookupContext context)Returns a provider of runtime implementation for reading the data. -
Uses of LookupTableSource.LookupRuntimeProvider in org.apache.flink.table.connector.source.lookup
Subinterfaces of LookupTableSource.LookupRuntimeProvider in org.apache.flink.table.connector.source.lookup Modifier and Type Interface Description interfaceAsyncLookupFunctionProviderA provider for creatingAsyncLookupFunction.interfaceFullCachingLookupProviderALookupFunctionProviderthat never lookup in external system on cache miss and provides a cache for holding all entries in the external system.interfaceLookupFunctionProviderA provider for creatingLookupFunction.interfacePartialCachingAsyncLookupProviderProvider for creatingAsyncLookupFunctionandLookupCachefor storing lookup entries.interfacePartialCachingLookupProviderProvider for creatingLookupFunctionandLookupCachefor storing lookup entries. -
Uses of LookupTableSource.LookupRuntimeProvider in org.apache.flink.table.legacy.connector.source
Subinterfaces of LookupTableSource.LookupRuntimeProvider in org.apache.flink.table.legacy.connector.source Modifier and Type Interface Description interfaceAsyncTableFunctionProvider<T>Deprecated.Please useAsyncLookupFunctionProviderto implement asynchronous lookup table.interfaceTableFunctionProvider<T>Deprecated.Please useLookupFunctionProviderto implement synchronous lookup table.
-