edu.umd.cloud9.mapreduce
Class NullInputFormat.NullRecordReader
java.lang.Object
org.apache.hadoop.mapreduce.RecordReader<NullWritable,NullWritable>
edu.umd.cloud9.mapreduce.NullInputFormat.NullRecordReader
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- NullInputFormat
public static class NullInputFormat.NullRecordReader
- extends RecordReader<NullWritable,NullWritable>
NullInputFormat.NullRecordReader
public NullInputFormat.NullRecordReader()
initialize
public void initialize(InputSplit split,
TaskAttemptContext context)
throws IOException,
InterruptedException
- Specified by:
initialize in class RecordReader<NullWritable,NullWritable>
- Throws:
IOException
InterruptedException
getCurrentKey
public NullWritable getCurrentKey()
throws IOException,
InterruptedException
- Specified by:
getCurrentKey in class RecordReader<NullWritable,NullWritable>
- Throws:
IOException
InterruptedException
getCurrentValue
public NullWritable getCurrentValue()
throws IOException,
InterruptedException
- Specified by:
getCurrentValue in class RecordReader<NullWritable,NullWritable>
- Throws:
IOException
InterruptedException
nextKeyValue
public boolean nextKeyValue()
throws IOException,
InterruptedException
- Specified by:
nextKeyValue in class RecordReader<NullWritable,NullWritable>
- Throws:
IOException
InterruptedException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Specified by:
close in class RecordReader<NullWritable,NullWritable>
- Throws:
IOException
getProgress
public float getProgress()
throws IOException,
InterruptedException
- Specified by:
getProgress in class RecordReader<NullWritable,NullWritable>
- Throws:
IOException
InterruptedException