Uses of Class
com.spotify.docker.client.messages.MemoryStats
-
Packages that use MemoryStats Package Description com.spotify.docker.client.messages -
-
Uses of MemoryStats in com.spotify.docker.client.messages
Subclasses of MemoryStats in com.spotify.docker.client.messages Modifier and Type Class Description (package private) class
AutoValue_MemoryStats
Fields in com.spotify.docker.client.messages declared as MemoryStats Modifier and Type Field Description private MemoryStats
AutoValue_ContainerStats. memoryStats
Methods in com.spotify.docker.client.messages that return MemoryStats Modifier and Type Method Description (package private) static MemoryStats
MemoryStats. create(MemoryStats.Stats stats, java.lang.Long maxUsage, java.lang.Long usage, java.lang.Long failcnt, java.lang.Long limit)
MemoryStats
AutoValue_ContainerStats. memoryStats()
abstract MemoryStats
ContainerStats. memoryStats()
Methods in com.spotify.docker.client.messages with parameters of type MemoryStats Modifier and Type Method Description (package private) static ContainerStats
ContainerStats. create(java.util.Date read, NetworkStats networkStats, java.util.Map<java.lang.String,NetworkStats> networks, MemoryStats memoryStats, BlockIoStats blockIoStats, CpuStats cpuStats, CpuStats precpuStats)
Constructors in com.spotify.docker.client.messages with parameters of type MemoryStats Constructor Description AutoValue_ContainerStats(java.util.Date read, NetworkStats network, com.google.common.collect.ImmutableMap<java.lang.String,NetworkStats> networks, MemoryStats memoryStats, BlockIoStats blockIoStats, CpuStats cpuStats, CpuStats precpuStats)
-