Uses of Class
com.amazonaws.services.databasemigrationservice.model.ReplicationTaskStats
Packages that use ReplicationTaskStats
-
Uses of ReplicationTaskStats in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return ReplicationTaskStatsModifier and TypeMethodDescriptionReplicationTaskStats.clone()
ReplicationTask.getReplicationTaskStats()
The statistics for the task, including elapsed time, tables loaded, and table errors.ReplicationTaskStats.withElapsedTimeMillis
(Long elapsedTimeMillis) The elapsed time of the task, in milliseconds.ReplicationTaskStats.withFullLoadProgressPercent
(Integer fullLoadProgressPercent) The percent complete for the full load migration task.ReplicationTaskStats.withTablesErrored
(Integer tablesErrored) The number of errors that have occurred during this task.ReplicationTaskStats.withTablesLoaded
(Integer tablesLoaded) The number of tables loaded for this task.ReplicationTaskStats.withTablesLoading
(Integer tablesLoading) The number of tables currently loading for this task.ReplicationTaskStats.withTablesQueued
(Integer tablesQueued) The number of tables queued for this task.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type ReplicationTaskStatsModifier and TypeMethodDescriptionvoid
ReplicationTask.setReplicationTaskStats
(ReplicationTaskStats replicationTaskStats) The statistics for the task, including elapsed time, tables loaded, and table errors.ReplicationTask.withReplicationTaskStats
(ReplicationTaskStats replicationTaskStats) The statistics for the task, including elapsed time, tables loaded, and table errors.