| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationStats.Builder |
ReplicationStats.builder() |
ReplicationStats.Builder |
ReplicationStats.Builder.elapsedTimeMillis(Long elapsedTimeMillis)
The elapsed time of the replication, in milliseconds.
|
ReplicationStats.Builder |
ReplicationStats.Builder.freshStartDate(Instant freshStartDate)
The date the replication was started either with a fresh start or a target reload.
|
ReplicationStats.Builder |
ReplicationStats.Builder.fullLoadFinishDate(Instant fullLoadFinishDate)
The date the replication full load was finished.
|
ReplicationStats.Builder |
ReplicationStats.Builder.fullLoadProgressPercent(Integer fullLoadProgressPercent)
The percent complete for the full load serverless replication.
|
ReplicationStats.Builder |
ReplicationStats.Builder.fullLoadStartDate(Instant fullLoadStartDate)
The date the replication full load was started.
|
ReplicationStats.Builder |
ReplicationStats.Builder.startDate(Instant startDate)
The date the replication is scheduled to start.
|
ReplicationStats.Builder |
ReplicationStats.Builder.stopDate(Instant stopDate)
The date the replication was stopped.
|
ReplicationStats.Builder |
ReplicationStats.Builder.tablesErrored(Integer tablesErrored)
The number of errors that have occured for this replication.
|
ReplicationStats.Builder |
ReplicationStats.Builder.tablesLoaded(Integer tablesLoaded)
The number of tables loaded for this replication.
|
ReplicationStats.Builder |
ReplicationStats.Builder.tablesLoading(Integer tablesLoading)
The number of tables currently loading for this replication.
|
ReplicationStats.Builder |
ReplicationStats.Builder.tablesQueued(Integer tablesQueued)
The number of tables queued for this replication.
|
ReplicationStats.Builder |
ReplicationStats.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReplicationStats.Builder> |
ReplicationStats.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Replication.Builder |
Replication.Builder.replicationStats(Consumer<ReplicationStats.Builder> replicationStats)
This object provides a collection of statistics about a serverless replication.
|
Copyright © 2023. All rights reserved.