public class DefaultDynamoDBRecordReader extends AbstractDynamoDBRecordReader<org.apache.hadoop.io.Text,DynamoDBItemWritable>
| Constructor and Description |
|---|
DefaultDynamoDBRecordReader(DynamoDBRecordReaderContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
convertDynamoDBItemToValue(DynamoDBItemWritable item,
DynamoDBItemWritable toValue)
Convert a DynamoDB item to some value.
|
org.apache.hadoop.io.Text |
createKey() |
DynamoDBItemWritable |
createValue() |
close, getPos, getProgress, nextpublic DefaultDynamoDBRecordReader(DynamoDBRecordReaderContext context)
public org.apache.hadoop.io.Text createKey()
public DynamoDBItemWritable createValue()
public void convertDynamoDBItemToValue(DynamoDBItemWritable item, DynamoDBItemWritable toValue)
AbstractDynamoDBRecordReaderitem - The item retrieved from DynamoDBtoValue - Where the converted item should be storedCopyright © 2019. All rights reserved.