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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongString[]voidreadFields(DataInput arg0) voidwrite(DataOutput arg0) Methods inherited from class org.apache.hadoop.mapreduce.InputSplit
getLocationInfo
-
Constructor Details
-
FakeInputSplit
private FakeInputSplit()
-
-
Method Details
-
readFields
- Specified by:
readFieldsin interfaceorg.apache.hadoop.io.Writable- Throws:
IOException
-
write
- Specified by:
writein interfaceorg.apache.hadoop.io.Writable- Throws:
IOException
-
getLength
- Specified by:
getLengthin classorg.apache.hadoop.mapreduce.InputSplit- Throws:
IOExceptionInterruptedException
-
getLocations
- Specified by:
getLocationsin classorg.apache.hadoop.mapreduce.InputSplit- Throws:
IOExceptionInterruptedException
-