| Package | Description |
|---|---|
| org.apache.hudi.aws.utils |
| Modifier and Type | Method and Description |
|---|---|
static void |
DynamoTableUtils.waitUntilActive(software.amazon.awssdk.services.dynamodb.DynamoDbClient dynamo,
String tableName)
Waits up to 10 minutes for a specified DynamoDB table to move into the
ACTIVE state. |
static void |
DynamoTableUtils.waitUntilActive(software.amazon.awssdk.services.dynamodb.DynamoDbClient dynamo,
String tableName,
int timeout,
int interval)
Waits up to a specified amount of time for a specified DynamoDB table to
move into the
ACTIVE state. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.