Uses of Class
org.apache.flink.table.runtime.functions.table.lookup.fullcache.CacheLoader
-
Packages that use CacheLoader Package Description org.apache.flink.table.runtime.functions.table.lookup.fullcache org.apache.flink.table.runtime.functions.table.lookup.fullcache.inputformat -
-
Uses of CacheLoader in org.apache.flink.table.runtime.functions.table.lookup.fullcache
Constructors in org.apache.flink.table.runtime.functions.table.lookup.fullcache with parameters of type CacheLoader Constructor Description LookupFullCache(CacheLoader cacheLoader, org.apache.flink.table.connector.source.lookup.cache.trigger.CacheReloadTrigger reloadTrigger) -
Uses of CacheLoader in org.apache.flink.table.runtime.functions.table.lookup.fullcache.inputformat
Subclasses of CacheLoader in org.apache.flink.table.runtime.functions.table.lookup.fullcache.inputformat Modifier and Type Class Description classInputFormatCacheLoaderCacheLoaderthat usedInputFormatfor loading data into the cache.
-