public class MapReduceSplitContainer extends SplitContainer
Constructor and Description |
---|
MapReduceSplitContainer(org.apache.hadoop.mapreduce.InputSplit inputSplit) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getLength() |
String[] |
getPreferredLocations() |
org.apache.hadoop.mapreduce.InputSplit |
getRawSplit() |
int |
hashCode() |
isProcessed, setIsProcessed
public MapReduceSplitContainer(org.apache.hadoop.mapreduce.InputSplit inputSplit)
public String[] getPreferredLocations() throws IOException, InterruptedException
getPreferredLocations
in class SplitContainer
IOException
InterruptedException
public long getLength() throws IOException, InterruptedException
getLength
in class SplitContainer
IOException
InterruptedException
public org.apache.hadoop.mapreduce.InputSplit getRawSplit()
Copyright © 2017 Apache Software Foundation. All rights reserved.