Uses of Class
org.apache.flink.api.common.cache.DistributedCache.DistributedCacheEntry
-
Packages that use DistributedCache.DistributedCacheEntry Package Description org.apache.flink.api.common org.apache.flink.api.common.cache -
-
Uses of DistributedCache.DistributedCacheEntry in org.apache.flink.api.common
Fields in org.apache.flink.api.common with type parameters of type DistributedCache.DistributedCacheEntry Modifier and Type Field Description protected HashMap<String,DistributedCache.DistributedCacheEntry>Plan. cacheFileHash map for files in the distributed cache: registered name to cache entry.Methods in org.apache.flink.api.common that return types with arguments of type DistributedCache.DistributedCacheEntry Modifier and Type Method Description Set<Map.Entry<String,DistributedCache.DistributedCacheEntry>>Plan. getCachedFiles()Return the registered cached files.Methods in org.apache.flink.api.common with parameters of type DistributedCache.DistributedCacheEntry Modifier and Type Method Description voidPlan. registerCachedFile(String name, DistributedCache.DistributedCacheEntry entry)Register cache files at program level. -
Uses of DistributedCache.DistributedCacheEntry in org.apache.flink.api.common.cache
Methods in org.apache.flink.api.common.cache that return types with arguments of type DistributedCache.DistributedCacheEntry Modifier and Type Method Description static List<Tuple2<String,DistributedCache.DistributedCacheEntry>>DistributedCache. parseCachedFilesFromString(List<String> files)Parses a list of distributed cache entries encoded in a string.static Set<Map.Entry<String,DistributedCache.DistributedCacheEntry>>DistributedCache. readFileInfoFromConfig(Configuration conf)Methods in org.apache.flink.api.common.cache with parameters of type DistributedCache.DistributedCacheEntry Modifier and Type Method Description static voidDistributedCache. writeFileInfoToConfig(String name, DistributedCache.DistributedCacheEntry e, Configuration conf)Method parameters in org.apache.flink.api.common.cache with type arguments of type DistributedCache.DistributedCacheEntry Modifier and Type Method Description static List<String>DistributedCache. parseStringFromCachedFiles(List<Tuple2<String,DistributedCache.DistributedCacheEntry>> files)
-