public static class SqlTuningTaskPlanStats.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlTuningTaskPlanStats |
build() |
SqlTuningTaskPlanStats.Builder |
copy(SqlTuningTaskPlanStats model) |
SqlTuningTaskPlanStats.Builder |
planStats(Map<String,Double> planStats)
A map contains the statistics for the SQL execution using the plan.
|
SqlTuningTaskPlanStats.Builder |
planStatus(SqlTuningTaskPlanStats.PlanStatus planStatus)
The status of the execution using the plan.
|
SqlTuningTaskPlanStats.Builder |
planType(String planType)
The type of the original or modified plan with profile, index, and so on.
|
public SqlTuningTaskPlanStats.Builder planType(String planType)
The type of the original or modified plan with profile, index, and so on.
planType
- the value to setpublic SqlTuningTaskPlanStats.Builder planStats(Map<String,Double> planStats)
A map contains the statistics for the SQL execution using the plan. The key of the map is the metric’s name. The value of the map is the metric’s value.
planStats
- the value to setpublic SqlTuningTaskPlanStats.Builder planStatus(SqlTuningTaskPlanStats.PlanStatus planStatus)
The status of the execution using the plan.
planStatus
- the value to setpublic SqlTuningTaskPlanStats build()
public SqlTuningTaskPlanStats.Builder copy(SqlTuningTaskPlanStats model)
Copyright © 2016–2024. All rights reserved.