| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
QueryStage |
QueryStage.clone() |
QueryStage |
QueryRuntimeStatistics.getOutputStage()
Stage statistics such as input and output rows and bytes, execution time, and stage state.
|
QueryStage |
QueryStage.withExecutionTime(Long executionTime)
Time taken to execute this stage.
|
QueryStage |
QueryStage.withInputBytes(Long inputBytes)
The number of bytes input into the stage for execution.
|
QueryStage |
QueryStage.withInputRows(Long inputRows)
The number of rows input into the stage for execution.
|
QueryStage |
QueryStage.withOutputBytes(Long outputBytes)
The number of bytes output from the stage after execution.
|
QueryStage |
QueryStage.withOutputRows(Long outputRows)
The number of rows output from the stage after execution.
|
QueryStage |
QueryStage.withQueryStagePlan(QueryStagePlanNode queryStagePlan)
Stage plan information such as name, identifier, sub plans, and source stages.
|
QueryStage |
QueryStage.withStageId(Long stageId)
The identifier for a stage.
|
QueryStage |
QueryStage.withState(String state)
State of the stage after query execution.
|
QueryStage |
QueryStage.withSubStages(Collection<QueryStage> subStages)
List of sub query stages that form this stage execution plan.
|
QueryStage |
QueryStage.withSubStages(QueryStage... subStages)
List of sub query stages that form this stage execution plan.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryStage> |
QueryStage.getSubStages()
List of sub query stages that form this stage execution plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryRuntimeStatistics.setOutputStage(QueryStage outputStage)
Stage statistics such as input and output rows and bytes, execution time, and stage state.
|
QueryRuntimeStatistics |
QueryRuntimeStatistics.withOutputStage(QueryStage outputStage)
Stage statistics such as input and output rows and bytes, execution time, and stage state.
|
QueryStage |
QueryStage.withSubStages(QueryStage... subStages)
List of sub query stages that form this stage execution plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryStage.setSubStages(Collection<QueryStage> subStages)
List of sub query stages that form this stage execution plan.
|
QueryStage |
QueryStage.withSubStages(Collection<QueryStage> subStages)
List of sub query stages that form this stage execution plan.
|
Copyright © 2024. All rights reserved.