Class BulkDataGeneratorInputFormat.FakeInputSplit
java.lang.Object
org.apache.hadoop.mapreduce.InputSplit
org.apache.hadoop.hbase.util.bulkdatagenerator.BulkDataGeneratorInputFormat.FakeInputSplit
- All Implemented Interfaces:
org.apache.hadoop.io.Writable
- Enclosing class:
- BulkDataGeneratorInputFormat
private static class BulkDataGeneratorInputFormat.FakeInputSplit
extends org.apache.hadoop.mapreduce.InputSplit
implements org.apache.hadoop.io.Writable
Dummy input split to be used by
BulkDataGeneratorRecordReader
-
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
-
FakeInputSplit
private FakeInputSplit()
-
-
Method Details
-
readFields
- Specified by:
readFields
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-
write
- Specified by:
write
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-
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
-