| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
CpuUsage. |
| Modifier and Type | Method and Description |
|---|---|
CpuUsage |
build() |
CpuUsage.Builder |
setAvgCpuCoreUsageDpdk(java.lang.Double avgCpuCoreUsageDpdk)
Indicates the average usage of all DPDK cores in percentage.
|
CpuUsage.Builder |
setAvgCpuCoreUsageNonDpdk(java.lang.Double avgCpuCoreUsageNonDpdk)
Indicates the average usage of all non-DPDK cores in percentage.
|
CpuUsage.Builder |
setHighestCpuCoreUsageDpdk(java.lang.Double highestCpuCoreUsageDpdk)
Indicates the highest CPU utilization value among DPDK cores in percentage.
|
CpuUsage.Builder |
setHighestCpuCoreUsageNonDpdk(java.lang.Double highestCpuCoreUsageNonDpdk)
Indicates the highest cpu utilization value among non_dpdk cores in percentage.
|
public Builder()
CpuUsage.public CpuUsage.Builder setAvgCpuCoreUsageDpdk(java.lang.Double avgCpuCoreUsageDpdk)
avgCpuCoreUsageDpdk - New value for the property.public CpuUsage.Builder setAvgCpuCoreUsageNonDpdk(java.lang.Double avgCpuCoreUsageNonDpdk)
avgCpuCoreUsageNonDpdk - New value for the property.public CpuUsage.Builder setHighestCpuCoreUsageDpdk(java.lang.Double highestCpuCoreUsageDpdk)
highestCpuCoreUsageDpdk - New value for the property.public CpuUsage.Builder setHighestCpuCoreUsageNonDpdk(java.lang.Double highestCpuCoreUsageNonDpdk)
highestCpuCoreUsageNonDpdk - New value for the property.public CpuUsage build()