Uses of Class
org.apache.flink.api.common.cache.DistributedCache
-
Packages that use DistributedCache Package Description org.apache.flink.api.common.functions org.apache.flink.api.common.functions.util -
-
Uses of DistributedCache in org.apache.flink.api.common.functions
Methods in org.apache.flink.api.common.functions that return DistributedCache Modifier and Type Method Description DistributedCacheRuntimeContext. getDistributedCache()Returns theDistributedCacheto get the local temporary file copies of files otherwise not locally accessible. -
Uses of DistributedCache in org.apache.flink.api.common.functions.util
Methods in org.apache.flink.api.common.functions.util that return DistributedCache Modifier and Type Method Description DistributedCacheAbstractRuntimeUDFContext. getDistributedCache()
-