@InterfaceAudience.Public @InterfaceStability.Evolving public interface InputSplitWithLocationInfo extends InputSplit
| Modifier and Type | Method and Description | 
|---|---|
SplitLocationInfo[] | 
getLocationInfo()
Gets info about which nodes the input split is stored on and how it is
 stored at each location. 
 | 
getLength, getLocationsreadFields, writeSplitLocationInfo[] getLocationInfo() throws IOException
SplitLocationInfos describing how the split
    data is stored at each location. A null value indicates that all the
    locations have the data stored on disk.IOExceptionCopyright © 2017 Apache Software Foundation. All rights reserved.