Uses of Class
com.spotify.docker.client.messages.MemoryStats
Packages that use MemoryStats
-
Uses of MemoryStats in com.spotify.docker.client.messages
Subclasses of MemoryStats in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages declared as MemoryStatsMethods in com.spotify.docker.client.messages that return MemoryStatsModifier and TypeMethodDescription(package private) static MemoryStats
AutoValue_ContainerStats.memoryStats()
abstract MemoryStats
ContainerStats.memoryStats()
Methods in com.spotify.docker.client.messages with parameters of type MemoryStatsModifier and TypeMethodDescription(package private) static ContainerStats
ContainerStats.create
(Date read, NetworkStats networkStats, Map<String, NetworkStats> networks, MemoryStats memoryStats, BlockIoStats blockIoStats, CpuStats cpuStats, CpuStats precpuStats) Constructors in com.spotify.docker.client.messages with parameters of type MemoryStatsModifierConstructorDescription(package private)
AutoValue_ContainerStats
(Date read, NetworkStats network, com.google.common.collect.ImmutableMap<String, NetworkStats> networks, MemoryStats memoryStats, BlockIoStats blockIoStats, CpuStats cpuStats, CpuStats precpuStats)