public class LineRecordReader extends RecordReader<LongWritable,Text>
构造器和说明 |
---|
LineRecordReader() |
限定符和类型 | 方法和说明 |
---|---|
void |
close()
Close the record reader.
|
LongWritable |
getCurrentKey()
Get the current key
|
Text |
getCurrentValue()
Get the current value.
|
float |
getProgress()
Get the progress within the split
|
void |
initialize(InputSplit genericSplit,
TaskAttemptContext context)
Called once at initialization.
|
boolean |
nextKeyValue()
Read the next key, value pair.
|
public void initialize(InputSplit genericSplit, TaskAttemptContext context) throws IOException
RecordReader
initialize
在类中 RecordReader<LongWritable,Text>
genericSplit
- the split that defines the range of records to readcontext
- the information about the taskIOException
public boolean nextKeyValue() throws IOException
RecordReader
nextKeyValue
在类中 RecordReader<LongWritable,Text>
IOException
public LongWritable getCurrentKey()
RecordReader
getCurrentKey
在类中 RecordReader<LongWritable,Text>
public Text getCurrentValue()
RecordReader
getCurrentValue
在类中 RecordReader<LongWritable,Text>
public float getProgress() throws IOException
getProgress
在类中 RecordReader<LongWritable,Text>
IOException
public void close() throws IOException
RecordReader
close
在接口中 Closeable
close
在接口中 AutoCloseable
close
在类中 RecordReader<LongWritable,Text>
IOException
Copyright © 2009 The Apache Software Foundation