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