Uses of Class
com.spotify.docker.client.messages.BlockIoStats
-
Packages that use BlockIoStats Package Description com.spotify.docker.client.messages -
-
Uses of BlockIoStats in com.spotify.docker.client.messages
Subclasses of BlockIoStats in com.spotify.docker.client.messages Modifier and Type Class Description (package private) class
AutoValue_BlockIoStats
Fields in com.spotify.docker.client.messages declared as BlockIoStats Modifier and Type Field Description private BlockIoStats
AutoValue_ContainerStats. blockIoStats
Methods in com.spotify.docker.client.messages that return BlockIoStats Modifier and Type Method Description BlockIoStats
AutoValue_ContainerStats. blockIoStats()
abstract BlockIoStats
ContainerStats. blockIoStats()
BlockIoStats
AutoValue_BlockIoStats.Builder. build()
abstract BlockIoStats
BlockIoStats.Builder. build()
(package private) static BlockIoStats
BlockIoStats. create(java.util.List<java.lang.Object> ioServiceBytesRecursive, java.util.List<java.lang.Object> ioServicedRecursive, java.util.List<java.lang.Object> ioQueueRecursive, java.util.List<java.lang.Object> ioServiceTimeRecursive, java.util.List<java.lang.Object> ioWaitTimeRecursive, java.util.List<java.lang.Object> ioMergedRecursive, java.util.List<java.lang.Object> ioTimeRecursive, java.util.List<java.lang.Object> sectorsRecursive)
Methods in com.spotify.docker.client.messages with parameters of type BlockIoStats 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 BlockIoStats 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)
-