@Public public class DistributedCache extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DistributedCache.DistributedCacheEntry |
| Constructor and Description |
|---|
DistributedCache(Map<String,Future<Path>> cacheCopyTasks) |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile(String name) |
static Set<Map.Entry<String,DistributedCache.DistributedCacheEntry>> |
readFileInfoFromConfig(Configuration conf) |
static void |
writeFileInfoToConfig(String name,
DistributedCache.DistributedCacheEntry e,
Configuration conf) |
public static void writeFileInfoToConfig(String name, DistributedCache.DistributedCacheEntry e, Configuration conf)
public static Set<Map.Entry<String,DistributedCache.DistributedCacheEntry>> readFileInfoFromConfig(Configuration conf)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.