K - The type of Key that will be passed to the MapperV - The type of Value that will be passed to the Mapperpublic abstract class AbstractDynamoDBRecordReader<K,V> extends Object implements org.apache.hadoop.mapred.RecordReader<K,V>
| Constructor and Description |
|---|
AbstractDynamoDBRecordReader(DynamoDBRecordReaderContext context) |
public AbstractDynamoDBRecordReader(DynamoDBRecordReaderContext context)
public long getPos()
throws IOException
getPos in interface org.apache.hadoop.mapred.RecordReader<K,V>IOExceptionpublic float getProgress()
throws IOException
getProgress in interface org.apache.hadoop.mapred.RecordReader<K,V>IOExceptionpublic boolean next(K key, V value) throws IOException
next in interface org.apache.hadoop.mapred.RecordReader<K,V>IOExceptionpublic void close()
throws IOException
close in interface org.apache.hadoop.mapred.RecordReader<K,V>IOExceptionCopyright © 2019. All rights reserved.