static class IntegrationTestBigLinkedList.Generator.GeneratorInputFormat.GeneratorInputSplit extends org.apache.hadoop.mapreduce.InputSplit implements org.apache.hadoop.io.Writable
| Constructor and Description |
|---|
GeneratorInputSplit() |
| Modifier and Type | Method and Description |
|---|---|
long |
getLength() |
String[] |
getLocations() |
void |
readFields(DataInput arg0) |
void |
write(DataOutput arg0) |
GeneratorInputSplit()
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.InputSplitIOExceptionInterruptedExceptionpublic void readFields(DataInput arg0) throws IOException
readFields in interface org.apache.hadoop.io.WritableIOExceptionpublic void write(DataOutput arg0) throws IOException
write in interface org.apache.hadoop.io.WritableIOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.