@InterfaceAudience.Public @InterfaceStability.Stable public class SequenceFileAsTextRecordReader extends RecordReader<Text,Text>
| 构造器和说明 |
|---|
SequenceFileAsTextRecordReader() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
Close the record reader.
|
Text |
getCurrentKey()
Get the current key
|
Text |
getCurrentValue()
Get the current value.
|
float |
getProgress()
The current progress of the record reader through its data.
|
void |
initialize(InputSplit split,
TaskAttemptContext context)
Called once at initialization.
|
boolean |
nextKeyValue()
Read key/value pair in a line.
|
public SequenceFileAsTextRecordReader()
throws IOException
IOExceptionpublic void initialize(InputSplit split, TaskAttemptContext context) throws IOException, InterruptedException
RecordReaderinitialize 在类中 RecordReader<Text,Text>split - the split that defines the range of records to readcontext - the information about the taskIOExceptionInterruptedExceptionpublic Text getCurrentKey() throws IOException, InterruptedException
RecordReadergetCurrentKey 在类中 RecordReader<Text,Text>IOExceptionInterruptedExceptionpublic Text getCurrentValue() throws IOException, InterruptedException
RecordReadergetCurrentValue 在类中 RecordReader<Text,Text>IOExceptionInterruptedExceptionpublic boolean nextKeyValue()
throws IOException,
InterruptedException
nextKeyValue 在类中 RecordReader<Text,Text>IOExceptionInterruptedExceptionpublic float getProgress()
throws IOException,
InterruptedException
RecordReadergetProgress 在类中 RecordReader<Text,Text>IOExceptionInterruptedExceptionpublic void close()
throws IOException
RecordReaderclose 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 RecordReader<Text,Text>IOExceptionCopyright © 2009 The Apache Software Foundation