| Modifier and Type | Method and Description |
|---|---|
ContainerMemoryStatistics |
ContainerInfo.memoryStats()
Get the memoryStats value.
|
ContainerMemoryStatistics |
ContainerMemoryStatistics.withLimit(Long limit)
Set the limit value.
|
ContainerMemoryStatistics |
ContainerMemoryStatistics.withMaxUsage(Long maxUsage)
Set the maxUsage value.
|
ContainerMemoryStatistics |
ContainerMemoryStatistics.withUsage(Long usage)
Set the usage value.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerInfo |
ContainerInfo.withMemoryStats(ContainerMemoryStatistics memoryStats)
Set the memoryStats value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/