@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) |
Integer |
fullLoadProgressPercent()
The percent complete for the full load migration task.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReplicationTaskStats.Builder> |
serializableBuilderClass() |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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 ReplicationTaskStats.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReplicationTaskStats.Builder,ReplicationTaskStats>
public static ReplicationTaskStats.Builder builder()
public static Class<? extends ReplicationTaskStats.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.