| Modifier and Type | Method and Description |
|---|---|
ContainerCpuUsage |
ContainerCpuStatistics.cpuUsage()
Get the cpuUsage value.
|
ContainerCpuUsage |
ContainerCpuUsage.withKernelModeUsage(Long kernelModeUsage)
Set the kernelModeUsage value.
|
ContainerCpuUsage |
ContainerCpuUsage.withPerCpuUsage(List<Long> perCpuUsage)
Set the perCpuUsage value.
|
ContainerCpuUsage |
ContainerCpuUsage.withTotalUsage(Long totalUsage)
Set the totalUsage value.
|
ContainerCpuUsage |
ContainerCpuUsage.withUserModeUsage(Long userModeUsage)
Set the userModeUsage value.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerCpuStatistics |
ContainerCpuStatistics.withCpuUsage(ContainerCpuUsage cpuUsage)
Set the cpuUsage value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/