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) classAutoValue_BlockIoStatsFields in com.spotify.docker.client.messages declared as BlockIoStats Modifier and Type Field Description private BlockIoStatsAutoValue_ContainerStats. blockIoStatsMethods in com.spotify.docker.client.messages that return BlockIoStats Modifier and Type Method Description BlockIoStatsAutoValue_ContainerStats. blockIoStats()abstract BlockIoStatsContainerStats. blockIoStats()BlockIoStatsAutoValue_BlockIoStats.Builder. build()abstract BlockIoStatsBlockIoStats.Builder. build()(package private) static BlockIoStatsBlockIoStats. 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 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 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)
-