Uses of Class
io.nosqlbench.adapter.dynamodb.optypes.DynamoDBOp

Packages that use DynamoDBOp
  • Uses of DynamoDBOp in io.nosqlbench.adapter.dynamodb

    Subclasses with type arguments of type DynamoDBOp in io.nosqlbench.adapter.dynamodb
    Modifier and Type
    Class
    Description
    class 
     
    Classes in io.nosqlbench.adapter.dynamodb that implement interfaces with type arguments of type DynamoDBOp
    Modifier and Type
    Class
    Description
    class 
     
    Methods in io.nosqlbench.adapter.dynamodb that return types with arguments of type DynamoDBOp
    Modifier and Type
    Method
    Description
    DynamoDBOpMapper.apply(NBComponent adapterC, ParsedOp op, LongFunction<DynamoDBSpace> spaceF)
     
    DynamoDBDriverAdapter.getOpMapper()
     
  • Uses of DynamoDBOp in io.nosqlbench.adapter.dynamodb.opdispensers

    Subclasses with type arguments of type DynamoDBOp in io.nosqlbench.adapter.dynamodb.opdispensers
    Modifier and Type
    Class
    Description
    class 
    Request Syntax { "AttributeDefinitions": [ { "AttributeName": "string", "AttributeType": "string" } ], "BillingMode": "string", "GlobalSecondaryIndexes": [ { "IndexName": "string", "KeySchema": [ { "AttributeName": "string", "KeyType": "string" } ], "Projection": { "NonKeyAttributes": [ "string" ], "ProjectionType": "string" }, "ProvisionedThroughput": { "ReadCapacityUnits": number, "WriteCapacityUnits": number } } ], "KeySchema": [ { "AttributeName": "string", "KeyType": "string" } ], "LocalSecondaryIndexes": [ { "IndexName": "string", "KeySchema": [ { "AttributeName": "string", "KeyType": "string" } ], "Projection": { "NonKeyAttributes": [ "string" ], "ProjectionType": "string" } } ], "ProvisionedThroughput": { "ReadCapacityUnits": number, "WriteCapacityUnits": number }, "SSESpecification": { "Enabled": boolean, "KMSMasterKeyId": "string", "SSEType": "string" }, "StreamSpecification": { "StreamEnabled": boolean, "StreamViewType": "string" }, "TableClass": "string", "TableName": "string", "Tags": [ { "Key": "string", "Value": "string" } ] }
    class 
    Request Syntax { "TableName": "string" }
    class 
     
    class 
     
    class 
    { "AttributesToGet": [ "string" ], "ConditionalOperator": "string", "ConsistentRead": boolean, "ExclusiveStartKey": { "string" : { "B": blob, "BOOL": boolean, "BS": [ blob ], "L": [ "AttributeValue" ], "M": { "string" : "AttributeValue" }, "N": "string", "NS": [ "string" ], "NULL": boolean, "S": "string", "SS": [ "string" ] } }, "ExpressionAttributeNames": { "string" : "string" }, "ExpressionAttributeValues": { "string" : { "B": blob, "BOOL": boolean, "BS": [ blob ], "L": [ "AttributeValue" ], "M": { "string" : "AttributeValue" }, "N": "string", "NS": [ "string" ], "NULL": boolean, "S": "string", "SS": [ "string" ] } }, "FilterExpression": "string", "IndexName": "string", "KeyConditionExpression": "string", "KeyConditions": { "string" : { "AttributeValueList": [ { "B": blob, "BOOL": boolean, "BS": [ blob ], "L": [ "AttributeValue" ], "M": { "string" : "AttributeValue" }, "N": "string", "NS": [ "string" ], "NULL": boolean, "S": "string", "SS": [ "string" ] } ], "ComparisonOperator": "string" } }, "Limit": number, "ProjectionExpression": "string", "QueryFilter": { "string" : { "AttributeValueList": [ { "B": blob, "BOOL": boolean, "BS": [ blob ], "L": [ "AttributeValue" ], "M": { "string" : "AttributeValue" }, "N": "string", "NS": [ "string" ], "NULL": boolean, "S": "string", "SS": [ "string" ] } ], "ComparisonOperator": "string" } }, "ReturnConsumedCapacity": "string", "ScanIndexForward": boolean, "Select": "string", "TableName": "string" }
    class 
     
    Modifier and Type
    Method
    Description
    DDBPutItemOpDispenser.getOp(long cycle)
     
    RawDynamoDBOpDispenser.getOp(long cycle)
     
  • Uses of DynamoDBOp in io.nosqlbench.adapter.dynamodb.optypes

    Modifier and Type
    Class
    Description
    class 
     
    class 
     
    class 
     
    class 
     
    class 
     
    class