@Generated(value="software.amazon.awssdk:codegen") public final class ReplicationStats extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicationStats.Builder,ReplicationStats>
This object provides a collection of statistics about a serverless replication.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReplicationStats.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationStats.Builder |
builder() |
Long |
elapsedTimeMillis()
The elapsed time of the replication, in milliseconds.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
freshStartDate()
The date the replication was started either with a fresh start or a target reload.
|
Instant |
fullLoadFinishDate()
The date the replication full load was finished.
|
Integer |
fullLoadProgressPercent()
The percent complete for the full load serverless replication.
|
Instant |
fullLoadStartDate()
The date the replication full load was started.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReplicationStats.Builder> |
serializableBuilderClass() |
Instant |
startDate()
The date the replication is scheduled to start.
|
Instant |
stopDate()
The date the replication was stopped.
|
Integer |
tablesErrored()
The number of errors that have occured for this replication.
|
Integer |
tablesLoaded()
The number of tables loaded for this replication.
|
Integer |
tablesLoading()
The number of tables currently loading for this replication.
|
Integer |
tablesQueued()
The number of tables queued for this replication.
|
ReplicationStats.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 serverless replication.
public final Long elapsedTimeMillis()
The elapsed time of the replication, in milliseconds.
public final Integer tablesLoaded()
The number of tables loaded for this replication.
public final Integer tablesLoading()
The number of tables currently loading for this replication.
public final Integer tablesQueued()
The number of tables queued for this replication.
public final Integer tablesErrored()
The number of errors that have occured for this replication.
public final Instant freshStartDate()
The date the replication was started either with a fresh start or a target reload.
public final Instant startDate()
The date the replication is scheduled to start.
public final Instant stopDate()
The date the replication was stopped.
public final Instant fullLoadStartDate()
The date the replication full load was started.
public final Instant fullLoadFinishDate()
The date the replication full load was finished.
public ReplicationStats.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReplicationStats.Builder,ReplicationStats>public static ReplicationStats.Builder builder()
public static Class<? extends ReplicationStats.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.