public class TavernaInputSplit
extends org.apache.hadoop.mapreduce.InputSplit
| Constructor and Description |
|---|
TavernaInputSplit(int[] index,
Map<String,org.apache.hadoop.fs.Path> inputs,
long length,
String[] hosts) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getIndex() |
Map<String,org.apache.hadoop.fs.Path> |
getInputs() |
long |
getLength() |
String[] |
getLocations() |
public int[] getIndex()
public long getLength()
throws IOException,
InterruptedException
getLength in class org.apache.hadoop.mapreduce.InputSplitIOExceptionInterruptedExceptionpublic String[] getLocations() throws IOException, InterruptedException
getLocations in class org.apache.hadoop.mapreduce.InputSplitIOExceptionInterruptedExceptionCopyright © 2015–2016 The Apache Software Foundation. All rights reserved.