static SqlPlanInsightAggregation.Builder |
SqlPlanInsightAggregation.builder() |
Create a new builder.
|
SqlPlanInsightAggregation.Builder |
SqlPlanInsightAggregation.Builder.copy(SqlPlanInsightAggregation model) |
|
SqlPlanInsightAggregation.Builder |
SqlPlanInsightAggregation.Builder.cpuTimeInSec(Double cpuTimeInSec) |
CPU Time in seconds
|
SqlPlanInsightAggregation.Builder |
SqlPlanInsightAggregation.Builder.executionsCount(Long executionsCount) |
Total number of executions
|
SqlPlanInsightAggregation.Builder |
SqlPlanInsightAggregation.Builder.inefficientWaitTimeInSec(Double inefficientWaitTimeInSec) |
Inefficient Wait Time in seconds
|
SqlPlanInsightAggregation.Builder |
SqlPlanInsightAggregation.Builder.ioTimeInSec(Double ioTimeInSec) |
IO Time in seconds
|
SqlPlanInsightAggregation.Builder |
SqlPlanInsightAggregation.Builder.planHash(Long planHash) |
Plan hash value for the SQL Execution Plan
|
SqlPlanInsightAggregation.Builder |
SqlPlanInsightAggregation.toBuilder() |
|