Class NMapInputFormat.SingleRecordReader<K,V>
java.lang.Object
org.apache.hadoop.mapreduce.RecordReader<K,V>
org.apache.hadoop.hbase.mapreduce.NMapInputFormat.SingleRecordReader<K,V>
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- NMapInputFormat
private static class NMapInputFormat.SingleRecordReader<K,V>
extends org.apache.hadoop.mapreduce.RecordReader<K,V>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
float
void
initialize
(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext tac) boolean
-
Field Details
-
key
-
value
-
providedKey
boolean providedKey
-
-
Constructor Details
-
SingleRecordReader
SingleRecordReader(K key, V value)
-
-
Method Details
-
close
-
getCurrentKey
-
getCurrentValue
-
getProgress
-
initialize
public void initialize(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext tac) -
nextKeyValue
-