Class DDBCreateTableOp
java.lang.Object
io.nosqlbench.adapter.dynamodb.optypes.DynamoDBOp
io.nosqlbench.adapter.dynamodb.optypes.DDBCreateTableOp
- All Implemented Interfaces:
CycleOp<Object>,LongFunction<Object>
-
Field Summary
Fields inherited from class io.nosqlbench.adapter.dynamodb.optypes.DynamoDBOp
ddb -
Constructor Summary
ConstructorsConstructorDescriptionDDBCreateTableOp(com.amazonaws.services.dynamodbv2.document.DynamoDB ddb, com.amazonaws.services.dynamodbv2.model.CreateTableRequest rq) -
Method Summary
Modifier and TypeMethodDescriptioncom.amazonaws.services.dynamodbv2.document.Tableapply(long value) Run an action for the given cycle.
-
Constructor Details
-
DDBCreateTableOp
public DDBCreateTableOp(com.amazonaws.services.dynamodbv2.document.DynamoDB ddb, com.amazonaws.services.dynamodbv2.model.CreateTableRequest rq)
-
-
Method Details
-
apply
public com.amazonaws.services.dynamodbv2.document.Table apply(long value) Description copied from interface:CycleOpRun an action for the given cycle.
- Parameters:
value- The cycle value for which an operation is run
-