Package | Description |
---|---|
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
BlkioRateDevice |
BlkioRateDevice.withPath(String path) |
BlkioRateDevice |
BlkioRateDevice.withRate(Long rate) |
Modifier and Type | Method and Description |
---|---|
List<BlkioRateDevice> |
HostConfig.getBlkioDeviceReadBps() |
List<BlkioRateDevice> |
HostConfig.getBlkioDeviceReadIOps() |
List<BlkioRateDevice> |
HostConfig.getBlkioDeviceWriteBps() |
List<BlkioRateDevice> |
HostConfig.getBlkioDeviceWriteIOps() |
Modifier and Type | Method and Description |
---|---|
HostConfig |
HostConfig.withBlkioDeviceReadBps(List<BlkioRateDevice> blkioDeviceReadBps) |
HostConfig |
HostConfig.withBlkioDeviceReadIOps(List<BlkioRateDevice> blkioDeviceReadIOps) |
HostConfig |
HostConfig.withBlkioDeviceWriteBps(List<BlkioRateDevice> blkioDeviceWriteBps) |
HostConfig |
HostConfig.withBlkioDeviceWriteIOps(List<BlkioRateDevice> blkioDeviceWriteIOps) |
Copyright © 2021. All rights reserved.