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.InputSplit
IOException
InterruptedException
public String[] getLocations() throws IOException, InterruptedException
getLocations
in class org.apache.hadoop.mapreduce.InputSplit
IOException
InterruptedException
public void readFields(DataInput arg0) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
IOException
public void write(DataOutput arg0) throws IOException
write
in interface org.apache.hadoop.io.Writable
IOException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.