public static interface QueryRuntimeStatistics.Builder extends SdkPojo, CopyableBuilder<QueryRuntimeStatistics.Builder,QueryRuntimeStatistics>
| Modifier and Type | Method and Description |
|---|---|
default QueryRuntimeStatistics.Builder |
outputStage(Consumer<QueryStage.Builder> outputStage)
Stage statistics such as input and output rows and bytes, execution time, and stage state.
|
QueryRuntimeStatistics.Builder |
outputStage(QueryStage outputStage)
Stage statistics such as input and output rows and bytes, execution time, and stage state.
|
default QueryRuntimeStatistics.Builder |
rows(Consumer<QueryRuntimeStatisticsRows.Builder> rows)
Sets the value of the Rows property for this object.
|
QueryRuntimeStatistics.Builder |
rows(QueryRuntimeStatisticsRows rows)
Sets the value of the Rows property for this object.
|
default QueryRuntimeStatistics.Builder |
timeline(Consumer<QueryRuntimeStatisticsTimeline.Builder> timeline)
Sets the value of the Timeline property for this object.
|
QueryRuntimeStatistics.Builder |
timeline(QueryRuntimeStatisticsTimeline timeline)
Sets the value of the Timeline property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryRuntimeStatistics.Builder timeline(QueryRuntimeStatisticsTimeline timeline)
timeline - The new value for the Timeline property for this object.default QueryRuntimeStatistics.Builder timeline(Consumer<QueryRuntimeStatisticsTimeline.Builder> timeline)
QueryRuntimeStatisticsTimeline.Builder
avoiding the need to create one manually via QueryRuntimeStatisticsTimeline.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to timeline(QueryRuntimeStatisticsTimeline).
timeline - a consumer that will call methods on QueryRuntimeStatisticsTimeline.Buildertimeline(QueryRuntimeStatisticsTimeline)QueryRuntimeStatistics.Builder rows(QueryRuntimeStatisticsRows rows)
rows - The new value for the Rows property for this object.default QueryRuntimeStatistics.Builder rows(Consumer<QueryRuntimeStatisticsRows.Builder> rows)
QueryRuntimeStatisticsRows.Builder
avoiding the need to create one manually via QueryRuntimeStatisticsRows.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to rows(QueryRuntimeStatisticsRows).
rows - a consumer that will call methods on QueryRuntimeStatisticsRows.Builderrows(QueryRuntimeStatisticsRows)QueryRuntimeStatistics.Builder outputStage(QueryStage outputStage)
Stage statistics such as input and output rows and bytes, execution time, and stage state. This information also includes substages and the query stage plan.
outputStage - Stage statistics such as input and output rows and bytes, execution time, and stage state. This
information also includes substages and the query stage plan.default QueryRuntimeStatistics.Builder outputStage(Consumer<QueryStage.Builder> outputStage)
Stage statistics such as input and output rows and bytes, execution time, and stage state. This information also includes substages and the query stage plan.
This is a convenience method that creates an instance of theQueryStage.Builder avoiding the need to
create one manually via QueryStage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to outputStage(QueryStage).
outputStage - a consumer that will call methods on QueryStage.BuilderoutputStage(QueryStage)Copyright © 2023. All rights reserved.