@Generated(value="software.amazon.awssdk:codegen") public final class QueryRuntimeStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueryRuntimeStatistics.Builder,QueryRuntimeStatistics>
The query execution timeline, statistics on input and output rows and bytes, and the different query stages that form the query execution plan.
| Modifier and Type | Class and Description |
|---|---|
static interface |
QueryRuntimeStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static QueryRuntimeStatistics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
QueryStage |
outputStage()
Stage statistics such as input and output rows and bytes, execution time, and stage state.
|
QueryRuntimeStatisticsRows |
rows()
Returns the value of the Rows property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends QueryRuntimeStatistics.Builder> |
serializableBuilderClass() |
QueryRuntimeStatisticsTimeline |
timeline()
Returns the value of the Timeline property for this object.
|
QueryRuntimeStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final QueryRuntimeStatisticsTimeline timeline()
public final QueryRuntimeStatisticsRows rows()
public final QueryStage outputStage()
Stage statistics such as input and output rows and bytes, execution time, and stage state. This information also includes substages and the query stage plan.
public QueryRuntimeStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<QueryRuntimeStatistics.Builder,QueryRuntimeStatistics>public static QueryRuntimeStatistics.Builder builder()
public static Class<? extends QueryRuntimeStatistics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.