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) classAutoValue_NetworkStatsFields in com.spotify.docker.client.messages declared as NetworkStats Modifier and Type Field Description private NetworkStatsAutoValue_ContainerStats. networkFields 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. networksMethods in com.spotify.docker.client.messages that return NetworkStats Modifier and Type Method Description (package private) static NetworkStatsNetworkStats. 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)NetworkStatsAutoValue_ContainerStats. network()abstract NetworkStatsContainerStats. 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 ContainerStatsContainerStats. 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 ContainerStatsContainerStats. 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)
-