Class DynamoScanner
java.lang.Object
com.helixframework.aws.dynamoscan.DynamoScanner
Scans a DynamoDB table in parallel.
-
Constructor Summary
ConstructorsConstructorDescriptionDynamoScanner(com.amazonaws.services.dynamodbv2.AmazonDynamoDB amazonDynamoDb, String tableName) Creates a new instance ofDynamoScanner. -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<com.amazonaws.services.dynamodbv2.document.Item>scan()Executes the table scan.
-
Constructor Details
-
DynamoScanner
public DynamoScanner(com.amazonaws.services.dynamodbv2.AmazonDynamoDB amazonDynamoDb, String tableName) Creates a new instance ofDynamoScanner.- Parameters:
amazonDynamoDb- dynamodb clienttableName- name of table to scan
-
-
Method Details
-
scan
public reactor.core.publisher.Flux<com.amazonaws.services.dynamodbv2.document.Item> scan()Executes the table scan.- Returns:
- a Flux of
Item
-