Uses of Class
org.apache.hadoop.mapreduce.task.reduce.MapOutputLocation

Packages that use MapOutputLocation
org.apache.hadoop.mapreduce.task.reduce   
 

Uses of MapOutputLocation in org.apache.hadoop.mapreduce.task.reduce
 

Methods in org.apache.hadoop.mapreduce.task.reduce that return MapOutputLocation
 MapOutputLocation DirectShuffleSchedulerImpl.getLocation()
           
 MapOutputLocation DirectShuffleFetcher.getLocation()
          Get the current map output location.
 

Methods in org.apache.hadoop.mapreduce.task.reduce with parameters of type MapOutputLocation
 void DirectShuffleSchedulerImpl.copyFailed(org.apache.hadoop.mapreduce.TaskAttemptID mapId, MapOutputLocation loc)
           
protected  long DirectShuffleFetcher.copyOutput(MapOutputLocation loc)
          Copies a a map output from a remote host.
 void DirectShuffleSchedulerImpl.copySucceeded(org.apache.hadoop.mapreduce.TaskAttemptID mapId, MapOutputLocation loc, long bytes, long millis, org.apache.hadoop.mapreduce.task.reduce.MapOutput<K,V> output)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.