| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationStats |
ReplicationStats.clone() |
ReplicationStats |
Replication.getReplicationStats()
This object provides a collection of statistics about a serverless replication.
|
ReplicationStats |
ReplicationStats.withElapsedTimeMillis(Long elapsedTimeMillis)
The elapsed time of the replication, in milliseconds.
|
ReplicationStats |
ReplicationStats.withFreshStartDate(Date freshStartDate)
The date the replication was started either with a fresh start or a target reload.
|
ReplicationStats |
ReplicationStats.withFullLoadFinishDate(Date fullLoadFinishDate)
The date the replication full load was finished.
|
ReplicationStats |
ReplicationStats.withFullLoadProgressPercent(Integer fullLoadProgressPercent)
The percent complete for the full load serverless replication.
|
ReplicationStats |
ReplicationStats.withFullLoadStartDate(Date fullLoadStartDate)
The date the replication full load was started.
|
ReplicationStats |
ReplicationStats.withStartDate(Date startDate)
The date the replication is scheduled to start.
|
ReplicationStats |
ReplicationStats.withStopDate(Date stopDate)
The date the replication was stopped.
|
ReplicationStats |
ReplicationStats.withTablesErrored(Integer tablesErrored)
The number of errors that have occured for this replication.
|
ReplicationStats |
ReplicationStats.withTablesLoaded(Integer tablesLoaded)
The number of tables loaded for this replication.
|
ReplicationStats |
ReplicationStats.withTablesLoading(Integer tablesLoading)
The number of tables currently loading for this replication.
|
ReplicationStats |
ReplicationStats.withTablesQueued(Integer tablesQueued)
The number of tables queued for this replication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Replication.setReplicationStats(ReplicationStats replicationStats)
This object provides a collection of statistics about a serverless replication.
|
Replication |
Replication.withReplicationStats(ReplicationStats replicationStats)
This object provides a collection of statistics about a serverless replication.
|
Copyright © 2024. All rights reserved.