Uses of Class
io.nosqlbench.adapter.dynamodb.DynamoDBSpace

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

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

    Subclasses with type arguments of type DynamoDBSpace 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