@Generated(value="software.amazon.awssdk:codegen") public final class ReplicationTaskStats extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicationTaskStats.Builder,ReplicationTaskStats>
| 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 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 Integer fullLoadProgressPercent()
The percent complete for the full load migration task.
public Long elapsedTimeMillis()
The elapsed time of the task, in milliseconds.
public Integer tablesLoaded()
The number of tables loaded for this task.
public Integer tablesLoading()
The number of tables currently loading for this task.
public Integer tablesQueued()
The number of tables queued for this task.
public Integer tablesErrored()
The number of errors that have occurred during this task.
public Instant freshStartDate()
The date the replication task was started either with a fresh start or a target reload.
public Instant startDate()
The date the replication task was started either with a fresh start or a resume. For more information, see StartReplicationTaskType.
public Instant stopDate()
The date the replication task was stopped.
public Instant fullLoadStartDate()
The date the the replication task full load was started.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.