@Generated(value="software.amazon.awssdk:codegen") public final class QueryRuntimeStatisticsTimeline extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueryRuntimeStatisticsTimeline.Builder,QueryRuntimeStatisticsTimeline>
Timeline statistics such as query queue time, planning time, execution time, service processing time, and total execution time.
| Modifier and Type | Class and Description |
|---|---|
static interface |
QueryRuntimeStatisticsTimeline.Builder |
| Modifier and Type | Method and Description |
|---|---|
static QueryRuntimeStatisticsTimeline.Builder |
builder() |
Long |
engineExecutionTimeInMillis()
The number of milliseconds that the query took to execute.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
queryPlanningTimeInMillis()
The number of milliseconds that Athena took to plan the query processing flow.
|
Long |
queryQueueTimeInMillis()
The number of milliseconds that the query was in your query queue waiting for resources.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends QueryRuntimeStatisticsTimeline.Builder> |
serializableBuilderClass() |
Long |
serviceProcessingTimeInMillis()
The number of milliseconds that Athena took to finalize and publish the query results after the query engine
finished running the query.
|
QueryRuntimeStatisticsTimeline.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
totalExecutionTimeInMillis()
The number of milliseconds that Athena took to run the query.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long queryQueueTimeInMillis()
The number of milliseconds that the query was in your query queue waiting for resources. Note that if transient errors occur, Athena might automatically add the query back to the queue.
public final Long queryPlanningTimeInMillis()
The number of milliseconds that Athena took to plan the query processing flow. This includes the time spent retrieving table partitions from the data source. Note that because the query engine performs the query planning, query planning time is a subset of engine processing time.
public final Long engineExecutionTimeInMillis()
The number of milliseconds that the query took to execute.
public final Long serviceProcessingTimeInMillis()
The number of milliseconds that Athena took to finalize and publish the query results after the query engine finished running the query.
public final Long totalExecutionTimeInMillis()
The number of milliseconds that Athena took to run the query.
public QueryRuntimeStatisticsTimeline.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<QueryRuntimeStatisticsTimeline.Builder,QueryRuntimeStatisticsTimeline>public static QueryRuntimeStatisticsTimeline.Builder builder()
public static Class<? extends QueryRuntimeStatisticsTimeline.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.