public static class OptimizerStatisticsCollectionAggregationSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OptimizerStatisticsCollectionAggregationSummary |
build() |
OptimizerStatisticsCollectionAggregationSummary.Builder |
completed(Integer completed)
The number of tasks or objects for which statistics gathering is completed.
|
OptimizerStatisticsCollectionAggregationSummary.Builder |
copy(OptimizerStatisticsCollectionAggregationSummary model) |
OptimizerStatisticsCollectionAggregationSummary.Builder |
failed(Integer failed)
The number of tasks or objects for which statistics gathering failed.
|
OptimizerStatisticsCollectionAggregationSummary.Builder |
groupBy(OptimizerStatisticsGroupByTypes groupBy)
The optimizer statistics tasks grouped by type.
|
OptimizerStatisticsCollectionAggregationSummary.Builder |
inProgress(Integer inProgress)
The number of tasks or objects for which statistics gathering is in progress.
|
OptimizerStatisticsCollectionAggregationSummary.Builder |
pending(Integer pending)
The number of tasks or objects for which statistics are yet to be gathered.
|
OptimizerStatisticsCollectionAggregationSummary.Builder |
skipped(Integer skipped)
The number of tasks or objects for which statistics gathering was skipped.
|
OptimizerStatisticsCollectionAggregationSummary.Builder |
timedOut(Integer timedOut)
The number of tasks or objects for which statistics gathering timed out.
|
OptimizerStatisticsCollectionAggregationSummary.Builder |
timeEnd(Date timeEnd)
Indicates the end of the hour as the statistics are aggregated per hour.
|
OptimizerStatisticsCollectionAggregationSummary.Builder |
timeStart(Date timeStart)
Indicates the start of the hour as the statistics are aggregated per hour.
|
OptimizerStatisticsCollectionAggregationSummary.Builder |
total(Integer total)
The total number of tasks or objects for which statistics collection is finished.
|
OptimizerStatisticsCollectionAggregationSummary.Builder |
unknown(Integer unknown)
The number of tasks or objects for which the status of statistics gathering is unknown.
|
public OptimizerStatisticsCollectionAggregationSummary.Builder groupBy(OptimizerStatisticsGroupByTypes groupBy)
The optimizer statistics tasks grouped by type.
groupBy
- the value to setpublic OptimizerStatisticsCollectionAggregationSummary.Builder timeStart(Date timeStart)
Indicates the start of the hour as the statistics are aggregated per hour.
timeStart
- the value to setpublic OptimizerStatisticsCollectionAggregationSummary.Builder timeEnd(Date timeEnd)
Indicates the end of the hour as the statistics are aggregated per hour.
timeEnd
- the value to setpublic OptimizerStatisticsCollectionAggregationSummary.Builder pending(Integer pending)
The number of tasks or objects for which statistics are yet to be gathered.
pending
- the value to setpublic OptimizerStatisticsCollectionAggregationSummary.Builder inProgress(Integer inProgress)
The number of tasks or objects for which statistics gathering is in progress.
inProgress
- the value to setpublic OptimizerStatisticsCollectionAggregationSummary.Builder completed(Integer completed)
The number of tasks or objects for which statistics gathering is completed.
completed
- the value to setpublic OptimizerStatisticsCollectionAggregationSummary.Builder failed(Integer failed)
The number of tasks or objects for which statistics gathering failed.
failed
- the value to setpublic OptimizerStatisticsCollectionAggregationSummary.Builder skipped(Integer skipped)
The number of tasks or objects for which statistics gathering was skipped.
skipped
- the value to setpublic OptimizerStatisticsCollectionAggregationSummary.Builder timedOut(Integer timedOut)
The number of tasks or objects for which statistics gathering timed out.
timedOut
- the value to setpublic OptimizerStatisticsCollectionAggregationSummary.Builder unknown(Integer unknown)
The number of tasks or objects for which the status of statistics gathering is unknown.
unknown
- the value to setpublic OptimizerStatisticsCollectionAggregationSummary.Builder total(Integer total)
The total number of tasks or objects for which statistics collection is finished. This number is the sum of all the tasks or objects with various statuses: pending, inProgress, completed, failed, skipped, timedOut, and unknown.
total
- the value to setpublic OptimizerStatisticsCollectionAggregationSummary build()
Copyright © 2016–2024. All rights reserved.