Uses of Interface
org.mandas.docker.client.messages.HostConfig.BlkioDeviceRate
Packages that use HostConfig.BlkioDeviceRate
-
Uses of HostConfig.BlkioDeviceRate in org.mandas.docker.client.messages
Methods in org.mandas.docker.client.messages that return HostConfig.BlkioDeviceRateMethods in org.mandas.docker.client.messages that return types with arguments of type HostConfig.BlkioDeviceRateModifier and TypeMethodDescriptionHostConfig.blkioDeviceReadBps()HostConfig.blkioDeviceReadIOps()HostConfig.blkioDeviceWriteBps()HostConfig.blkioDeviceWriteIOps()Method parameters in org.mandas.docker.client.messages with type arguments of type HostConfig.BlkioDeviceRateModifier and TypeMethodDescriptionHostConfig.Builder.blkioDeviceReadBps(Iterable<? extends HostConfig.BlkioDeviceRate> blkioDeviceReadBps) HostConfig.Builder.blkioDeviceReadIOps(Iterable<? extends HostConfig.BlkioDeviceRate> blkioDeviceReadIOps) HostConfig.Builder.blkioDeviceWriteBps(Iterable<? extends HostConfig.BlkioDeviceRate> blkioDeviceWriteBps) HostConfig.Builder.blkioDeviceWriteIOps(Iterable<? extends HostConfig.BlkioDeviceRate> blkioDeviceWriteIOps)