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 ReplicationTaskStatsReplicationTaskStats. clone()ReplicationTaskStatsReplicationTask. getReplicationTaskStats()The statistics for the task, including elapsed time, tables loaded, and table errors.ReplicationTaskStatsReplicationTaskStats. withElapsedTimeMillis(Long elapsedTimeMillis)The elapsed time of the task, in milliseconds.ReplicationTaskStatsReplicationTaskStats. withFullLoadProgressPercent(Integer fullLoadProgressPercent)The percent complete for the full load migration task.ReplicationTaskStatsReplicationTaskStats. withTablesErrored(Integer tablesErrored)The number of errors that have occurred during this task.ReplicationTaskStatsReplicationTaskStats. withTablesLoaded(Integer tablesLoaded)The number of tables loaded for this task.ReplicationTaskStatsReplicationTaskStats. withTablesLoading(Integer tablesLoading)The number of tables currently loading for this task.ReplicationTaskStatsReplicationTaskStats. 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 voidReplicationTask. setReplicationTaskStats(ReplicationTaskStats replicationTaskStats)The statistics for the task, including elapsed time, tables loaded, and table errors.ReplicationTaskReplicationTask. withReplicationTaskStats(ReplicationTaskStats replicationTaskStats)The statistics for the task, including elapsed time, tables loaded, and table errors.
-