static QueryRuntimeStatistics.Builder |
QueryRuntimeStatistics.builder() |
|
default QueryRuntimeStatistics.Builder |
QueryRuntimeStatistics.Builder.outputStage(Consumer<QueryStage.Builder> outputStage) |
Stage statistics such as input and output rows and bytes, execution time, and stage state.
|
QueryRuntimeStatistics.Builder |
QueryRuntimeStatistics.Builder.outputStage(QueryStage outputStage) |
Stage statistics such as input and output rows and bytes, execution time, and stage state.
|
default QueryRuntimeStatistics.Builder |
QueryRuntimeStatistics.Builder.rows(Consumer<QueryRuntimeStatisticsRows.Builder> rows) |
Sets the value of the Rows property for this object.
|
QueryRuntimeStatistics.Builder |
QueryRuntimeStatistics.Builder.rows(QueryRuntimeStatisticsRows rows) |
Sets the value of the Rows property for this object.
|
default QueryRuntimeStatistics.Builder |
QueryRuntimeStatistics.Builder.timeline(Consumer<QueryRuntimeStatisticsTimeline.Builder> timeline) |
Sets the value of the Timeline property for this object.
|
QueryRuntimeStatistics.Builder |
QueryRuntimeStatistics.Builder.timeline(QueryRuntimeStatisticsTimeline timeline) |
Sets the value of the Timeline property for this object.
|
QueryRuntimeStatistics.Builder |
QueryRuntimeStatistics.toBuilder() |
|