| Package | Description |
|---|---|
| software.amazon.kinesis.coordinator | |
| software.amazon.kinesis.coordinator.migration |
| Modifier and Type | Method and Description |
|---|---|
CoordinatorState |
CoordinatorStateDAO.getCoordinatorState(@NonNull String key) |
| Modifier and Type | Method and Description |
|---|---|
List<CoordinatorState> |
CoordinatorStateDAO.listCoordinatorState()
List all the
CoordinatorState from the DDB table synchronously |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CoordinatorStateDAO.createCoordinatorStateIfNotExists(CoordinatorState state)
Create a new
CoordinatorState if it does not exist. |
boolean |
CoordinatorStateDAO.updateCoordinatorStateWithExpectation(@NonNull CoordinatorState state,
Map<String,software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue> expectations)
Update fields of the given coordinator state in DynamoDB.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MigrationState
Data model of the Migration state.
|
Copyright © 2024. All rights reserved.