public class RCFileMapReduceRecordReader<K extends LongWritable,V extends BytesRefArrayWritable>
extends <any>
| Constructor and Description |
|---|
RCFileMapReduceRecordReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
LongWritable |
getCurrentKey() |
BytesRefArrayWritable |
getCurrentValue() |
float |
getProgress() |
void |
initialize(InputSplit split,
TaskAttemptContext context) |
boolean |
nextKeyValue() |
public void close()
throws java.io.IOException
java.io.IOExceptionpublic LongWritable getCurrentKey()
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic BytesRefArrayWritable getCurrentValue() throws java.io.IOException, java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic float getProgress()
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic boolean nextKeyValue()
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionpublic void initialize(InputSplit split,
TaskAttemptContext context)
throws java.io.IOException,
java.lang.InterruptedException
java.io.IOExceptionjava.lang.InterruptedExceptionCopyright © 2012 The Apache Software Foundation