Home
last modified time | relevance | path

Searched refs:VolumeBlockLocationCallable (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/
H A DBlockStorageLocationUtil.java76 private static List<VolumeBlockLocationCallable> createVolumeBlockLocationCallables( in createVolumeBlockLocationCallables()
85 List<VolumeBlockLocationCallable> callables = in createVolumeBlockLocationCallables()
86 new ArrayList<VolumeBlockLocationCallable>(); in createVolumeBlockLocationCallables()
116 VolumeBlockLocationCallable callable = new VolumeBlockLocationCallable( in createVolumeBlockLocationCallables()
140 List<VolumeBlockLocationCallable> callables = in queryDatanodesForHdfsBlocksMetadata()
160 VolumeBlockLocationCallable callable = callables.get(i); in queryDatanodesForHdfsBlocksMetadata()
316 private static class VolumeBlockLocationCallable implements class in BlockStorageLocationUtil
328 VolumeBlockLocationCallable(Configuration configuration, in VolumeBlockLocationCallable() method in BlockStorageLocationUtil.VolumeBlockLocationCallable