| Class | Description |
|---|---|
| AbstractDynamoDBInputFormat<K,V> |
This abstract class has a subclass DynamoDBInputFormat that returns a RecordReader that assumes
the mapper is taking in key-value pairs in
<Text, DynamoDBItemWritable> format. |
| AbstractDynamoDBRecordReader<K,V> |
AbstractDynamoDBRecordReader does all the backend work for splitting up the data in DynamoDB,
reading it in, and outputting them into key-value pairs for the mapper.
|
| DefaultDynamoDBRecordReader | |
| DynamoDBInputFormat | |
| ReadIopsCalculator |
Copyright © 2019. All rights reserved.