@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, getLocations
readFields, write
SplitLocationInfo[] getLocationInfo() throws IOException
SplitLocationInfo
s describing how the split
data is stored at each location. A null value indicates that all the
locations have the data stored on disk.IOException
Copyright © 2024 Apache Software Foundation. All rights reserved.