@Generated(value="software.amazon.awssdk:codegen") public final class PlanningStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PlanningStatistics.Builder,PlanningStatistics>
Statistics related to the processing of a query statement.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PlanningStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PlanningStatistics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
estimatedDataToScanBytes()
An estimate of the data that was scanned in bytes.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
planningTimeMillis()
The time that it took to process the request.
|
Long |
queueTimeMillis()
The time the request was in queue to be processed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PlanningStatistics.Builder> |
serializableBuilderClass() |
PlanningStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
workUnitsGeneratedCount()
The number of work units generated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long estimatedDataToScanBytes()
An estimate of the data that was scanned in bytes.
public final Long planningTimeMillis()
The time that it took to process the request.
public final Long queueTimeMillis()
The time the request was in queue to be processed.
public final Long workUnitsGeneratedCount()
The number of work units generated.
public PlanningStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PlanningStatistics.Builder,PlanningStatistics>public static PlanningStatistics.Builder builder()
public static Class<? extends PlanningStatistics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.