| 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.withFreshStartDate(Date freshStartDate)
The date the replication task was started either with a fresh start or a target reload.
|
ReplicationTaskStats |
ReplicationTaskStats.withFullLoadFinishDate(Date fullLoadFinishDate)
The date the replication task full load was completed.
|
ReplicationTaskStats |
ReplicationTaskStats.withFullLoadProgressPercent(Integer fullLoadProgressPercent)
The percent complete for the full load migration task.
|
ReplicationTaskStats |
ReplicationTaskStats.withFullLoadStartDate(Date fullLoadStartDate)
The date the the replication task full load was started.
|
ReplicationTaskStats |
ReplicationTaskStats.withStartDate(Date startDate)
The date the replication task was started either with a fresh start or a resume.
|
ReplicationTaskStats |
ReplicationTaskStats.withStopDate(Date stopDate)
The date the replication task was stopped.
|
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 © 2020. All rights reserved.