Class RawDynamodOp

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

public class RawDynamodOp extends DynamoDBOp
  • Field Summary

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

    ddb
  • Constructor Summary

    Constructors
    Constructor
    Description
    RawDynamodOp(com.amazonaws.services.dynamodbv2.document.DynamoDB ddb, String body)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.amazonaws.services.dynamodbv2.document.Table
    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

    • RawDynamodOp

      public RawDynamodOp(com.amazonaws.services.dynamodbv2.document.DynamoDB ddb, String body)
  • Method Details

    • apply

      public com.amazonaws.services.dynamodbv2.document.Table 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