@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
IOException
public void initialize(InputSplit split, TaskAttemptContext context) throws IOException, InterruptedException
RecordReader
initialize
在类中 RecordReader<Text,Text>
split
- the split that defines the range of records to readcontext
- the information about the taskIOException
InterruptedException
public Text getCurrentKey() throws IOException, InterruptedException
RecordReader
getCurrentKey
在类中 RecordReader<Text,Text>
IOException
InterruptedException
public Text getCurrentValue() throws IOException, InterruptedException
RecordReader
getCurrentValue
在类中 RecordReader<Text,Text>
IOException
InterruptedException
public boolean nextKeyValue() throws IOException, InterruptedException
nextKeyValue
在类中 RecordReader<Text,Text>
IOException
InterruptedException
public float getProgress() throws IOException, InterruptedException
RecordReader
getProgress
在类中 RecordReader<Text,Text>
IOException
InterruptedException
public void close() throws IOException
RecordReader
close
在接口中 Closeable
close
在接口中 AutoCloseable
close
在类中 RecordReader<Text,Text>
IOException
Copyright © 2009 The Apache Software Foundation