@Generated(value="software.amazon.awssdk:codegen") public final class ReplicationTaskStats extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicationTaskStats.Builder,ReplicationTaskStats>
In response to a request by the DescribeReplicationTasks operation, this object provides a collection of
statistics about a replication task.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReplicationTaskStats.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationTaskStats.Builder |
builder() |
Long |
elapsedTimeMillis()
The elapsed time of the task, in milliseconds.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
freshStartDate()
The date the replication task was started either with a fresh start or a target reload.
|
Instant |
fullLoadFinishDate()
The date the replication task full load was completed.
|
Integer |
fullLoadProgressPercent()
The percent complete for the full load migration task.
|
Instant |
fullLoadStartDate()
The date the replication task full load was started.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReplicationTaskStats.Builder> |
serializableBuilderClass() |
Instant |
startDate()
The date the replication task was started either with a fresh start or a resume.
|
Instant |
stopDate()
The date the replication task was stopped.
|
Integer |
tablesErrored()
The number of errors that have occurred during this task.
|
Integer |
tablesLoaded()
The number of tables loaded for this task.
|
Integer |
tablesLoading()
The number of tables currently loading for this task.
|
Integer |
tablesQueued()
The number of tables queued for this task.
|
ReplicationTaskStats.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer fullLoadProgressPercent()
The percent complete for the full load migration task.
public final Long elapsedTimeMillis()
The elapsed time of the task, in milliseconds.
public final Integer tablesLoaded()
The number of tables loaded for this task.
public final Integer tablesLoading()
The number of tables currently loading for this task.
public final Integer tablesQueued()
The number of tables queued for this task.
public final Integer tablesErrored()
The number of errors that have occurred during this task.
public final Instant freshStartDate()
The date the replication task was started either with a fresh start or a target reload.
public final Instant startDate()
The date the replication task was started either with a fresh start or a resume. For more information, see StartReplicationTaskType.
public final Instant stopDate()
The date the replication task was stopped.
public final Instant fullLoadStartDate()
The date the replication task full load was started.
public final Instant fullLoadFinishDate()
The date the replication task full load was completed.
public ReplicationTaskStats.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReplicationTaskStats.Builder,ReplicationTaskStats>public static ReplicationTaskStats.Builder builder()
public static Class<? extends ReplicationTaskStats.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.