Package org.apache.hadoop.hbase.test
Class IntegrationTestBigLinkedList.Generator.GeneratorInputFormat.GeneratorRecordReader
java.lang.Object
org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.NullWritable>
 
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Generator.GeneratorInputFormat.GeneratorRecordReader
- All Implemented Interfaces:
 Closeable,AutoCloseable
- Enclosing class:
 - IntegrationTestBigLinkedList.Generator.GeneratorInputFormat
 
static class IntegrationTestBigLinkedList.Generator.GeneratorInputFormat.GeneratorRecordReader
extends org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.NullWritable> 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.apache.hadoop.io.BytesWritableorg.apache.hadoop.io.NullWritablefloatvoidinitialize(org.apache.hadoop.mapreduce.InputSplit arg0, org.apache.hadoop.mapreduce.TaskAttemptContext context) boolean 
- 
Field Details
- 
count
 - 
numNodes
 - 
rand
 
 - 
 - 
Constructor Details
- 
GeneratorRecordReader
 
 - 
 - 
Method Details
- 
close
- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Specified by:
 closein classorg.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.NullWritable> - Throws:
 IOException
 - 
getCurrentKey
- Specified by:
 getCurrentKeyin classorg.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.NullWritable> - Throws:
 IOExceptionInterruptedException
 - 
getCurrentValue
- Specified by:
 getCurrentValuein classorg.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.NullWritable> - Throws:
 IOExceptionInterruptedException
 - 
getProgress
- Specified by:
 getProgressin classorg.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.NullWritable> - Throws:
 IOExceptionInterruptedException
 - 
initialize
public void initialize(org.apache.hadoop.mapreduce.InputSplit arg0, org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException, InterruptedException - Specified by:
 initializein classorg.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.NullWritable> - Throws:
 IOExceptionInterruptedException
 - 
nextKeyValue
- Specified by:
 nextKeyValuein classorg.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.NullWritable> - Throws:
 IOExceptionInterruptedException
 
 -