| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationTaskStats.Builder |
ReplicationTaskStats.builder() |
ReplicationTaskStats.Builder |
ReplicationTaskStats.Builder.elapsedTimeMillis(Long elapsedTimeMillis)
The elapsed time of the task, in milliseconds.
|
ReplicationTaskStats.Builder |
ReplicationTaskStats.Builder.freshStartDate(Instant freshStartDate)
The date the replication task was started either with a fresh start or a target reload.
|
ReplicationTaskStats.Builder |
ReplicationTaskStats.Builder.fullLoadFinishDate(Instant fullLoadFinishDate)
The date the replication task full load was completed.
|
ReplicationTaskStats.Builder |
ReplicationTaskStats.Builder.fullLoadProgressPercent(Integer fullLoadProgressPercent)
The percent complete for the full load migration task.
|
ReplicationTaskStats.Builder |
ReplicationTaskStats.Builder.fullLoadStartDate(Instant fullLoadStartDate)
The date the replication task full load was started.
|
ReplicationTaskStats.Builder |
ReplicationTaskStats.Builder.startDate(Instant startDate)
The date the replication task was started either with a fresh start or a resume.
|
ReplicationTaskStats.Builder |
ReplicationTaskStats.Builder.stopDate(Instant stopDate)
The date the replication task was stopped.
|
ReplicationTaskStats.Builder |
ReplicationTaskStats.Builder.tablesErrored(Integer tablesErrored)
The number of errors that have occurred during this task.
|
ReplicationTaskStats.Builder |
ReplicationTaskStats.Builder.tablesLoaded(Integer tablesLoaded)
The number of tables loaded for this task.
|
ReplicationTaskStats.Builder |
ReplicationTaskStats.Builder.tablesLoading(Integer tablesLoading)
The number of tables currently loading for this task.
|
ReplicationTaskStats.Builder |
ReplicationTaskStats.Builder.tablesQueued(Integer tablesQueued)
The number of tables queued for this task.
|
ReplicationTaskStats.Builder |
ReplicationTaskStats.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReplicationTaskStats.Builder> |
ReplicationTaskStats.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ReplicationTask.Builder |
ReplicationTask.Builder.replicationTaskStats(Consumer<ReplicationTaskStats.Builder> replicationTaskStats)
The statistics for the task, including elapsed time, tables loaded, and table errors.
|
Copyright © 2023. All rights reserved.