Uses of Class
io.nosqlbench.adapter.dynamodb.optypes.DynamoDBOp
Packages that use DynamoDBOp
Package
Description
-
Uses of DynamoDBOp in io.nosqlbench.adapter.dynamodb
Subclasses with type arguments of type DynamoDBOp in io.nosqlbench.adapter.dynamodbClasses in io.nosqlbench.adapter.dynamodb that implement interfaces with type arguments of type DynamoDBOpMethods in io.nosqlbench.adapter.dynamodb that return types with arguments of type DynamoDBOpModifier and TypeMethodDescriptionDynamoDBOpMapper.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.opdispensersModifier and TypeClassDescriptionclassRequest 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" } ] }classRequest Syntax { "TableName": "string" }classclassclass{ "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" }classMethods in io.nosqlbench.adapter.dynamodb.opdispensers that return DynamoDBOp -
Uses of DynamoDBOp in io.nosqlbench.adapter.dynamodb.optypes
Subclasses of DynamoDBOp in io.nosqlbench.adapter.dynamodb.optypesModifier and TypeClassDescriptionclassclassclassclassclassclass