| Package | Description |
|---|---|
| org.apache.flink.api.common | |
| org.apache.flink.api.common.cache |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,DistributedCache.DistributedCacheEntry> |
Plan.cacheFile
Hash map for files in the distributed cache: registered name to cache entry.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,DistributedCache.DistributedCacheEntry>> |
Plan.getCachedFiles()
return the registered caches files
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plan.registerCachedFile(String name,
DistributedCache.DistributedCacheEntry entry)
register cache files in program level
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Map.Entry<String,DistributedCache.DistributedCacheEntry>> |
DistributedCache.readFileInfoFromConfig(Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DistributedCache.writeFileInfoToConfig(String name,
DistributedCache.DistributedCacheEntry e,
Configuration conf) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.