| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
QueryRuntimeStatisticsTimeline |
QueryRuntimeStatisticsTimeline.clone() |
QueryRuntimeStatisticsTimeline |
QueryRuntimeStatistics.getTimeline() |
QueryRuntimeStatisticsTimeline |
QueryRuntimeStatisticsTimeline.withEngineExecutionTimeInMillis(Long engineExecutionTimeInMillis)
The number of milliseconds that the query took to execute.
|
QueryRuntimeStatisticsTimeline |
QueryRuntimeStatisticsTimeline.withQueryPlanningTimeInMillis(Long queryPlanningTimeInMillis)
The number of milliseconds that Athena took to plan the query processing flow.
|
QueryRuntimeStatisticsTimeline |
QueryRuntimeStatisticsTimeline.withQueryQueueTimeInMillis(Long queryQueueTimeInMillis)
The number of milliseconds that the query was in your query queue waiting for resources.
|
QueryRuntimeStatisticsTimeline |
QueryRuntimeStatisticsTimeline.withServicePreProcessingTimeInMillis(Long servicePreProcessingTimeInMillis)
The number of milliseconds that Athena spends on preprocessing before it submits the query to the engine.
|
QueryRuntimeStatisticsTimeline |
QueryRuntimeStatisticsTimeline.withServiceProcessingTimeInMillis(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 |
QueryRuntimeStatisticsTimeline.withTotalExecutionTimeInMillis(Long totalExecutionTimeInMillis)
The number of milliseconds that Athena took to run the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryRuntimeStatistics.setTimeline(QueryRuntimeStatisticsTimeline timeline) |
QueryRuntimeStatistics |
QueryRuntimeStatistics.withTimeline(QueryRuntimeStatisticsTimeline timeline) |
Copyright © 2025. All rights reserved.