public static interface QueryRuntimeStatisticsTimeline.Builder extends SdkPojo, CopyableBuilder<QueryRuntimeStatisticsTimeline.Builder,QueryRuntimeStatisticsTimeline>
| Modifier and Type | Method and Description |
|---|---|
QueryRuntimeStatisticsTimeline.Builder |
engineExecutionTimeInMillis(Long engineExecutionTimeInMillis)
The number of milliseconds that the query took to execute.
|
QueryRuntimeStatisticsTimeline.Builder |
queryPlanningTimeInMillis(Long queryPlanningTimeInMillis)
The number of milliseconds that Athena took to plan the query processing flow.
|
QueryRuntimeStatisticsTimeline.Builder |
queryQueueTimeInMillis(Long queryQueueTimeInMillis)
The number of milliseconds that the query was in your query queue waiting for resources.
|
QueryRuntimeStatisticsTimeline.Builder |
serviceProcessingTimeInMillis(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 |
totalExecutionTimeInMillis(Long totalExecutionTimeInMillis)
The number of milliseconds that Athena took to run the query.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryRuntimeStatisticsTimeline.Builder queryQueueTimeInMillis(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.
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.QueryRuntimeStatisticsTimeline.Builder queryPlanningTimeInMillis(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.
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.QueryRuntimeStatisticsTimeline.Builder engineExecutionTimeInMillis(Long engineExecutionTimeInMillis)
The number of milliseconds that the query took to execute.
engineExecutionTimeInMillis - The number of milliseconds that the query took to execute.QueryRuntimeStatisticsTimeline.Builder serviceProcessingTimeInMillis(Long serviceProcessingTimeInMillis)
The number of milliseconds that Athena took to finalize and publish the query results after the query engine finished running the query.
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 totalExecutionTimeInMillis(Long totalExecutionTimeInMillis)
The number of milliseconds that Athena took to run the query.
totalExecutionTimeInMillis - The number of milliseconds that Athena took to run the query.Copyright © 2023. All rights reserved.