public static class AwrDatabaseCpuUsageCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AwrDatabaseCpuUsageCollection |
build() |
AwrDatabaseCpuUsageCollection.Builder |
copy(AwrDatabaseCpuUsageCollection model) |
AwrDatabaseCpuUsageCollection.Builder |
databaseCpuCount(Integer databaseCpuCount)
The number of CPUs available for the database to use.
|
AwrDatabaseCpuUsageCollection.Builder |
dbQueryTimeInSecs(Double dbQueryTimeInSecs) |
AwrDatabaseCpuUsageCollection.Builder |
hostCpuCount(Double hostCpuCount)
The number of available CPUs or processors.
|
AwrDatabaseCpuUsageCollection.Builder |
items(List<AwrDatabaseCpuUsageSummary> items)
A list of AWR CPU usage summary data.
|
AwrDatabaseCpuUsageCollection.Builder |
name(String name) |
AwrDatabaseCpuUsageCollection.Builder |
numCpuCores(Integer numCpuCores)
The number of available CPU cores, which include subcores of multicore and single-core
CPUs.
|
AwrDatabaseCpuUsageCollection.Builder |
version(String version) |
public AwrDatabaseCpuUsageCollection.Builder name(String name)
public AwrDatabaseCpuUsageCollection.Builder version(String version)
public AwrDatabaseCpuUsageCollection.Builder dbQueryTimeInSecs(Double dbQueryTimeInSecs)
public AwrDatabaseCpuUsageCollection.Builder numCpuCores(Integer numCpuCores)
The number of available CPU cores, which include subcores of multicore and single-core CPUs.
numCpuCores
- the value to setpublic AwrDatabaseCpuUsageCollection.Builder databaseCpuCount(Integer databaseCpuCount)
The number of CPUs available for the database to use.
databaseCpuCount
- the value to setpublic AwrDatabaseCpuUsageCollection.Builder hostCpuCount(Double hostCpuCount)
The number of available CPUs or processors.
hostCpuCount
- the value to setpublic AwrDatabaseCpuUsageCollection.Builder items(List<AwrDatabaseCpuUsageSummary> items)
A list of AWR CPU usage summary data.
items
- the value to setpublic AwrDatabaseCpuUsageCollection build()
public AwrDatabaseCpuUsageCollection.Builder copy(AwrDatabaseCpuUsageCollection model)
Copyright © 2016–2024. All rights reserved.