Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model | |
com.amazonaws.services.databasemigrationservice.model.transform |
Modifier and Type | Field and Description |
---|---|
private ReplicationTaskStats |
ReplicationTask.replicationTaskStats
The statistics for the task, including elapsed time, tables loaded, and
table errors.
|
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(java.lang.Long elapsedTimeMillis)
The elapsed time of the task, in milliseconds.
|
ReplicationTaskStats |
ReplicationTaskStats.withFullLoadProgressPercent(java.lang.Integer fullLoadProgressPercent)
The percent complete for the full load migration task.
|
ReplicationTaskStats |
ReplicationTaskStats.withTablesErrored(java.lang.Integer tablesErrored)
The number of errors that have occurred during this task.
|
ReplicationTaskStats |
ReplicationTaskStats.withTablesLoaded(java.lang.Integer tablesLoaded)
The number of tables loaded for this task.
|
ReplicationTaskStats |
ReplicationTaskStats.withTablesLoading(java.lang.Integer tablesLoading)
The number of tables currently loading for this task.
|
ReplicationTaskStats |
ReplicationTaskStats.withTablesQueued(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
ReplicationTaskStats |
ReplicationTaskStatsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationTaskStatsJsonMarshaller.marshall(ReplicationTaskStats replicationTaskStats,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|