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.IOException
public void close() throws java.io.IOException
java.io.IOException
public NullWritable getCurrentKey()
public NullWritable getCurrentValue()
public float getProgress()
public boolean nextKeyValue() throws java.io.IOException
java.io.IOException
Copyright © 2012 The Apache Software Foundation