Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static SqlTuningTaskPlanStats.PlanStatus |
SqlTuningTaskPlanStats.PlanStatus.create(String key) |
SqlTuningTaskPlanStats.PlanStatus |
SqlTuningTaskPlanStats.getPlanStatus()
The status of the execution using the plan.
|
static SqlTuningTaskPlanStats.PlanStatus |
SqlTuningTaskPlanStats.PlanStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlTuningTaskPlanStats.PlanStatus[] |
SqlTuningTaskPlanStats.PlanStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SqlTuningTaskPlanStats.Builder |
SqlTuningTaskPlanStats.Builder.planStatus(SqlTuningTaskPlanStats.PlanStatus planStatus)
The status of the execution using the plan.
|
Constructor and Description |
---|
SqlTuningTaskPlanStats(String planType,
Map<String,Double> planStats,
SqlTuningTaskPlanStats.PlanStatus planStatus)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.