Uses of Class
com.spotify.docker.client.messages.NetworkStats
-
Packages that use NetworkStats Package Description com.spotify.docker.client.messages -
-
Uses of NetworkStats in com.spotify.docker.client.messages
Subclasses of NetworkStats in com.spotify.docker.client.messages Modifier and Type Class Description (package private) class
AutoValue_NetworkStats
Fields in com.spotify.docker.client.messages declared as NetworkStats Modifier and Type Field Description private NetworkStats
AutoValue_ContainerStats. network
Fields in com.spotify.docker.client.messages with type parameters of type NetworkStats Modifier and Type Field Description private com.google.common.collect.ImmutableMap<java.lang.String,NetworkStats>
AutoValue_ContainerStats. networks
Methods in com.spotify.docker.client.messages that return NetworkStats Modifier and Type Method Description (package private) static NetworkStats
NetworkStats. create(java.lang.Long rxBytes, java.lang.Long rxPackets, java.lang.Long rxDropped, java.lang.Long rxErrors, java.lang.Long txBytes, java.lang.Long txPackets, java.lang.Long txDropped, java.lang.Long txErrors)
NetworkStats
AutoValue_ContainerStats. network()
abstract NetworkStats
ContainerStats. network()
Methods in com.spotify.docker.client.messages that return types with arguments of type NetworkStats Modifier and Type Method Description com.google.common.collect.ImmutableMap<java.lang.String,NetworkStats>
AutoValue_ContainerStats. networks()
abstract com.google.common.collect.ImmutableMap<java.lang.String,NetworkStats>
ContainerStats. networks()
Methods in com.spotify.docker.client.messages with parameters of type NetworkStats 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)
Method parameters in com.spotify.docker.client.messages with type arguments of type NetworkStats 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 NetworkStats 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)
Constructor parameters in com.spotify.docker.client.messages with type arguments of type NetworkStats 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)
-