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() |
|