Uses of Class
com.spotify.docker.client.messages.NetworkStats
Packages that use NetworkStats
-
Uses of NetworkStats in com.spotify.docker.client.messages
Subclasses of NetworkStats in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages declared as NetworkStatsFields in com.spotify.docker.client.messages with type parameters of type NetworkStatsModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap
<String, NetworkStats> AutoValue_ContainerStats.networks
Methods in com.spotify.docker.client.messages that return NetworkStatsModifier and TypeMethodDescription(package private) static NetworkStats
NetworkStats.create
(Long rxBytes, Long rxPackets, Long rxDropped, Long rxErrors, Long txBytes, Long txPackets, Long txDropped, Long txErrors) AutoValue_ContainerStats.network()
abstract NetworkStats
ContainerStats.network()
Methods in com.spotify.docker.client.messages that return types with arguments of type NetworkStatsModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap
<String, NetworkStats> AutoValue_ContainerStats.networks()
abstract com.google.common.collect.ImmutableMap
<String, NetworkStats> ContainerStats.networks()
Methods in com.spotify.docker.client.messages with parameters of type NetworkStatsModifier and TypeMethodDescription(package private) static ContainerStats
ContainerStats.create
(Date read, NetworkStats networkStats, Map<String, NetworkStats> networks, MemoryStats memoryStats, BlockIoStats blockIoStats, CpuStats cpuStats, CpuStats precpuStats) Method parameters in com.spotify.docker.client.messages with type arguments of type NetworkStatsModifier 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 NetworkStatsModifierConstructorDescription(package private)
AutoValue_ContainerStats
(Date read, NetworkStats network, com.google.common.collect.ImmutableMap<String, NetworkStats> networks, MemoryStats memoryStats, BlockIoStats blockIoStats, CpuStats cpuStats, CpuStats precpuStats) Constructor parameters in com.spotify.docker.client.messages with type arguments of type NetworkStatsModifierConstructorDescription(package private)
AutoValue_ContainerStats
(Date read, NetworkStats network, com.google.common.collect.ImmutableMap<String, NetworkStats> networks, MemoryStats memoryStats, BlockIoStats blockIoStats, CpuStats cpuStats, CpuStats precpuStats)