java.io.Closeable, java.lang.AutoCloseablepublic class DynamicRecordReader<K,V>
extends org.apache.hadoop.mapreduce.RecordReader<K,V>
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
Implementation of RecordReader::close().
|
K |
getCurrentKey() |
Implementation of RecordReader::getCurrentKey().
|
V |
getCurrentValue() |
Implementation of RecordReader::getCurrentValue().
|
float |
getProgress() |
Implementation of RecordReader::getProgress().
|
void |
initialize(org.apache.hadoop.mapreduce.InputSplit inputSplit,
org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext) |
Implementation for RecordReader::initialize().
|
boolean |
nextKeyValue() |
Implementation of RecordReader::nextValue().
|
public void initialize(org.apache.hadoop.mapreduce.InputSplit inputSplit,
org.apache.hadoop.mapreduce.TaskAttemptContext taskAttemptContext)
throws java.io.IOException,
java.lang.InterruptedException
public boolean nextKeyValue()
throws java.io.IOException,
java.lang.InterruptedException
public K getCurrentKey() throws java.io.IOException, java.lang.InterruptedException
public V getCurrentValue() throws java.io.IOException, java.lang.InterruptedException
public float getProgress()
throws java.io.IOException,
java.lang.InterruptedException
public void close()
throws java.io.IOException
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.