Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.