public static final class OrcInputFormat.NullKeyRecordReader extends Object implements AcidInputFormat.AcidRecordReader<org.apache.hadoop.io.NullWritable,OrcStruct>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.hadoop.io.NullWritable |
createKey() |
OrcStruct |
createValue() |
long |
getPos() |
float |
getProgress() |
RecordIdentifier |
getRecordIdentifier() |
boolean |
next(org.apache.hadoop.io.NullWritable nullWritable,
OrcStruct orcStruct) |
public RecordIdentifier getRecordIdentifier()
getRecordIdentifier in interface AcidInputFormat.AcidRecordReader<org.apache.hadoop.io.NullWritable,OrcStruct>public boolean next(org.apache.hadoop.io.NullWritable nullWritable,
OrcStruct orcStruct)
throws IOException
next in interface org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.NullWritable,OrcStruct>IOExceptionpublic org.apache.hadoop.io.NullWritable createKey()
createKey in interface org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.NullWritable,OrcStruct>public OrcStruct createValue()
createValue in interface org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.NullWritable,OrcStruct>public long getPos()
throws IOException
getPos in interface org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.NullWritable,OrcStruct>IOExceptionpublic void close()
throws IOException
close in interface org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.NullWritable,OrcStruct>IOExceptionpublic float getProgress()
throws IOException
getProgress in interface org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.NullWritable,OrcStruct>IOExceptionCopyright © 2016 The Apache Software Foundation. All rights reserved.