Uses of Class
org.apache.hadoop.mapred.SplitLocationInfo

Packages that use SplitLocationInfo
org.apache.hadoop.mapred   
org.apache.hadoop.mapreduce   
org.apache.hadoop.mapreduce.lib.input   
 

Uses of SplitLocationInfo in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred that return SplitLocationInfo
 SplitLocationInfo[] InputSplitWithLocationInfo.getLocationInfo()
          Gets info about which nodes the input split is stored on and how it is stored at each location.
 SplitLocationInfo[] FileSplit.getLocationInfo()
           
 

Uses of SplitLocationInfo in org.apache.hadoop.mapreduce
 

Methods in org.apache.hadoop.mapreduce that return SplitLocationInfo
 SplitLocationInfo[] InputSplit.getLocationInfo()
          Gets info about which nodes the input split is stored on and how it is stored at each location.
 

Uses of SplitLocationInfo in org.apache.hadoop.mapreduce.lib.input
 

Methods in org.apache.hadoop.mapreduce.lib.input that return SplitLocationInfo
 SplitLocationInfo[] FileSplit.getLocationInfo()
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.