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, setIsProcessedpublic MapReduceSplitContainer(org.apache.hadoop.mapreduce.InputSplit inputSplit)
public String[] getPreferredLocations() throws IOException, InterruptedException
getPreferredLocations in class SplitContainerIOExceptionInterruptedExceptionpublic long getLength()
throws IOException,
InterruptedException
getLength in class SplitContainerIOExceptionInterruptedExceptionpublic org.apache.hadoop.mapreduce.InputSplit getRawSplit()
Copyright © 2017 Apache Software Foundation. All rights reserved.