| Package | Description |
|---|---|
| org.apache.hadoop.dynamodb |
| Modifier and Type | Method and Description |
|---|---|
static DynamoDBOperationType |
DynamoDBOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamoDBOperationType[] |
DynamoDBOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
IopsController.calculateTargetItemsPerSecond(DynamoDBOperationType operationType,
double targetIops,
double itemsPerIO) |
| Constructor and Description |
|---|
IopsController(IopsCalculator iopsCalculator,
double averageItemSizeInBytes,
DynamoDBOperationType operationType) |
Copyright © 2019. All rights reserved.