public static class SqlStatisticsTimeSeriesByPlanAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlStatisticsTimeSeriesByPlanAggregation |
build() |
SqlStatisticsTimeSeriesByPlanAggregation.Builder |
copy(SqlStatisticsTimeSeriesByPlanAggregation model) |
SqlStatisticsTimeSeriesByPlanAggregation.Builder |
planHash(Long planHash)
Plan hash value for the SQL Execution Plan
|
SqlStatisticsTimeSeriesByPlanAggregation.Builder |
statistics(List<SqlStatisticsTimeSeries> statistics)
SQL performance statistics for a given plan
|
public SqlStatisticsTimeSeriesByPlanAggregation.Builder planHash(Long planHash)
Plan hash value for the SQL Execution Plan
planHash
- the value to setpublic SqlStatisticsTimeSeriesByPlanAggregation.Builder statistics(List<SqlStatisticsTimeSeries> statistics)
SQL performance statistics for a given plan
statistics
- the value to setpublic SqlStatisticsTimeSeriesByPlanAggregation build()
public SqlStatisticsTimeSeriesByPlanAggregation.Builder copy(SqlStatisticsTimeSeriesByPlanAggregation model)
Copyright © 2016–2024. All rights reserved.