Class DDBPutItemOp

java.lang.Object
io.nosqlbench.adapter.dynamodb.optypes.DynamoDBOp
io.nosqlbench.adapter.dynamodb.optypes.DDBPutItemOp
All Implemented Interfaces:
CycleOp<Object>, LongFunction<Object>

public class DDBPutItemOp extends DynamoDBOp
  • Field Summary

    Fields inherited from class io.nosqlbench.adapter.dynamodb.optypes.DynamoDBOp

    ddb
  • Constructor Summary

    Constructors
    Constructor
    Description
    DDBPutItemOp(com.amazonaws.services.dynamodbv2.document.DynamoDB ddb, String tablename, com.amazonaws.services.dynamodbv2.document.Item item)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.amazonaws.services.dynamodbv2.document.PutItemOutcome
    apply(long value)
    Run an action for the given cycle.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DDBPutItemOp

      public DDBPutItemOp(com.amazonaws.services.dynamodbv2.document.DynamoDB ddb, String tablename, com.amazonaws.services.dynamodbv2.document.Item item)
  • Method Details

    • apply

      public com.amazonaws.services.dynamodbv2.document.PutItemOutcome apply(long value)
      Description copied from interface: CycleOp

      Run an action for the given cycle.

      Parameters:
      value - The cycle value for which an operation is run