Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
MetricStatisticsDefinition |
MetricStatisticsDefinition.Builder.build() |
MetricStatisticsDefinition |
CpuUtilizationAggregateMetrics.getCpuStatistics() |
Modifier and Type | Method and Description |
---|---|
List<MetricStatisticsDefinition> |
DatabaseIOAggregateMetrics.getIopsStatistics()
The Input/Output metric statistics such as min, max, mean, lowerQuartile, and upperQuartile.
|
List<MetricStatisticsDefinition> |
DatabaseIOAggregateMetrics.getIoThroughputStatistics()
The IOThroughput metric statistics such as min, max, mean, lowerQuartile, and upperQuartile.
|
Modifier and Type | Method and Description |
---|---|
MetricStatisticsDefinition.Builder |
MetricStatisticsDefinition.Builder.copy(MetricStatisticsDefinition model) |
CpuUtilizationAggregateMetrics.Builder |
CpuUtilizationAggregateMetrics.Builder.cpuStatistics(MetricStatisticsDefinition cpuStatistics) |
Modifier and Type | Method and Description |
---|---|
DatabaseIOAggregateMetrics.Builder |
DatabaseIOAggregateMetrics.Builder.iopsStatistics(List<MetricStatisticsDefinition> iopsStatistics)
The Input/Output metric statistics such as min, max, mean, lowerQuartile, and
upperQuartile.
|
DatabaseIOAggregateMetrics.Builder |
DatabaseIOAggregateMetrics.Builder.ioThroughputStatistics(List<MetricStatisticsDefinition> ioThroughputStatistics)
The IOThroughput metric statistics such as min, max, mean, lowerQuartile, and
upperQuartile.
|
Constructor and Description |
---|
CpuUtilizationAggregateMetrics(MetricDataPoint cpuUtilization,
MetricStatisticsDefinition cpuStatistics)
Deprecated.
|
Constructor and Description |
---|
DatabaseIOAggregateMetrics(List<MetricDataPoint> iops,
List<MetricDataPoint> ioThroughput,
List<MetricStatisticsDefinition> iopsStatistics,
List<MetricStatisticsDefinition> ioThroughputStatistics)
Deprecated.
|
DatabaseIOAggregateMetrics(List<MetricDataPoint> iops,
List<MetricDataPoint> ioThroughput,
List<MetricStatisticsDefinition> iopsStatistics,
List<MetricStatisticsDefinition> ioThroughputStatistics)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.