| Modifier and Type | Method and Description |
|---|---|
ContainerCpuStatistics |
ContainerInfo.currentCpuStats()
Get the currentCpuStats value.
|
ContainerCpuStatistics |
ContainerInfo.previousCpuStats()
Get the previousCpuStats value.
|
ContainerCpuStatistics |
ContainerCpuStatistics.withCpuUsage(ContainerCpuUsage cpuUsage)
Set the cpuUsage value.
|
ContainerCpuStatistics |
ContainerCpuStatistics.withOnlineCpuCount(Integer onlineCpuCount)
Set the onlineCpuCount value.
|
ContainerCpuStatistics |
ContainerCpuStatistics.withSystemCpuUsage(Long systemCpuUsage)
Set the systemCpuUsage value.
|
ContainerCpuStatistics |
ContainerCpuStatistics.withThrottlingData(ContainerThrottlingData throttlingData)
Set the throttlingData value.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerInfo |
ContainerInfo.withCurrentCpuStats(ContainerCpuStatistics currentCpuStats)
Set the currentCpuStats value.
|
ContainerInfo |
ContainerInfo.withPreviousCpuStats(ContainerCpuStatistics previousCpuStats)
Set the previousCpuStats value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/