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>
IOException
public 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>
IOException
public void close() throws IOException
close
in interface org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.NullWritable,OrcStruct>
IOException
public float getProgress() throws IOException
getProgress
in interface org.apache.hadoop.mapred.RecordReader<org.apache.hadoop.io.NullWritable,OrcStruct>
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.