Uses of Interface
org.mandas.docker.client.messages.HostConfig.BlkioDeviceRate
-
Packages that use HostConfig.BlkioDeviceRate Package Description org.mandas.docker.client.messages -
-
Uses of HostConfig.BlkioDeviceRate in org.mandas.docker.client.messages
Methods in org.mandas.docker.client.messages that return HostConfig.BlkioDeviceRate Modifier and Type Method Description HostConfig.BlkioDeviceRateHostConfig.BlkioDeviceRate.Builder. build()Methods in org.mandas.docker.client.messages that return types with arguments of type HostConfig.BlkioDeviceRate Modifier and Type Method Description List<HostConfig.BlkioDeviceRate>HostConfig. blkioDeviceReadBps()List<HostConfig.BlkioDeviceRate>HostConfig. blkioDeviceReadIOps()List<HostConfig.BlkioDeviceRate>HostConfig. blkioDeviceWriteBps()List<HostConfig.BlkioDeviceRate>HostConfig. blkioDeviceWriteIOps()Method parameters in org.mandas.docker.client.messages with type arguments of type HostConfig.BlkioDeviceRate Modifier and Type Method Description HostConfig.BuilderHostConfig.Builder. blkioDeviceReadBps(Iterable<? extends HostConfig.BlkioDeviceRate> blkioDeviceReadBps)HostConfig.BuilderHostConfig.Builder. blkioDeviceReadIOps(Iterable<? extends HostConfig.BlkioDeviceRate> blkioDeviceReadIOps)HostConfig.BuilderHostConfig.Builder. blkioDeviceWriteBps(Iterable<? extends HostConfig.BlkioDeviceRate> blkioDeviceWriteBps)HostConfig.BuilderHostConfig.Builder. blkioDeviceWriteIOps(Iterable<? extends HostConfig.BlkioDeviceRate> blkioDeviceWriteIOps)
-