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