public class NullRecordReader
extends <any>
| Constructor and Description |
|---|
NullRecordReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
NullWritable |
getCurrentKey() |
NullWritable |
getCurrentValue() |
float |
getProgress() |
void |
initialize(InputSplit genericSplit,
TaskAttemptContext context) |
boolean |
nextKeyValue() |
public void initialize(InputSplit genericSplit,
TaskAttemptContext context)
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOExceptionpublic NullWritable getCurrentKey()
public NullWritable getCurrentValue()
public float getProgress()
public boolean nextKeyValue()
throws java.io.IOException
java.io.IOExceptionCopyright © 2012 The Apache Software Foundation