Uses of Class
com.spotify.docker.client.messages.BlockIoStats
Packages that use BlockIoStats
-
Uses of BlockIoStats in com.spotify.docker.client.messages
Subclasses of BlockIoStats in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages declared as BlockIoStatsModifier and TypeFieldDescriptionprivate final BlockIoStats
AutoValue_ContainerStats.blockIoStats
Methods in com.spotify.docker.client.messages that return BlockIoStatsModifier and TypeMethodDescriptionAutoValue_ContainerStats.blockIoStats()
abstract BlockIoStats
ContainerStats.blockIoStats()
AutoValue_BlockIoStats.Builder.build()
abstract BlockIoStats
BlockIoStats.Builder.build()
(package private) static BlockIoStats
BlockIoStats.create
(List<Object> ioServiceBytesRecursive, List<Object> ioServicedRecursive, List<Object> ioQueueRecursive, List<Object> ioServiceTimeRecursive, List<Object> ioWaitTimeRecursive, List<Object> ioMergedRecursive, List<Object> ioTimeRecursive, List<Object> sectorsRecursive) Methods in com.spotify.docker.client.messages with parameters of type BlockIoStatsModifier 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 BlockIoStatsModifierConstructorDescription(package private)
AutoValue_ContainerStats
(Date read, NetworkStats network, com.google.common.collect.ImmutableMap<String, NetworkStats> networks, MemoryStats memoryStats, BlockIoStats blockIoStats, CpuStats cpuStats, CpuStats precpuStats)