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 BlockIoStatsAutoValue_ContainerStats.blockIoStatsMethods in com.spotify.docker.client.messages that return BlockIoStatsModifier and TypeMethodDescriptionAutoValue_ContainerStats.blockIoStats()abstract BlockIoStatsContainerStats.blockIoStats()AutoValue_BlockIoStats.Builder.build()abstract BlockIoStatsBlockIoStats.Builder.build()(package private) static BlockIoStatsBlockIoStats.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 ContainerStatsContainerStats.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)