Package org.apache.hadoop.hbase.test
Class IntegrationTestBigLinkedList.Generator.GeneratorInputFormat.GeneratorInputSplit
java.lang.Object
org.apache.hadoop.mapreduce.InputSplit
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Generator.GeneratorInputFormat.GeneratorInputSplit
- All Implemented Interfaces:
org.apache.hadoop.io.Writable
- Enclosing class:
- IntegrationTestBigLinkedList.Generator.GeneratorInputFormat
static class IntegrationTestBigLinkedList.Generator.GeneratorInputFormat.GeneratorInputSplit
extends org.apache.hadoop.mapreduce.InputSplit
implements org.apache.hadoop.io.Writable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
String[]
void
readFields
(DataInput arg0) void
write
(DataOutput arg0) Methods inherited from class org.apache.hadoop.mapreduce.InputSplit
getLocationInfo
-
Constructor Details
-
GeneratorInputSplit
-
-
Method Details
-
getLength
- Specified by:
getLength
in classorg.apache.hadoop.mapreduce.InputSplit
- Throws:
IOException
InterruptedException
-
getLocations
- Specified by:
getLocations
in classorg.apache.hadoop.mapreduce.InputSplit
- Throws:
IOException
InterruptedException
-
readFields
- Specified by:
readFields
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-
write
- Specified by:
write
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-