Uses of Class
com.spotify.docker.client.messages.HostConfig.BlkioWeightDevice
-
Packages that use HostConfig.BlkioWeightDevice Package Description com.spotify.docker.client.messages -
-
Uses of HostConfig.BlkioWeightDevice in com.spotify.docker.client.messages
Subclasses of HostConfig.BlkioWeightDevice in com.spotify.docker.client.messages Modifier and Type Class Description (package private) classAutoValue_HostConfig_BlkioWeightDeviceFields in com.spotify.docker.client.messages with type parameters of type HostConfig.BlkioWeightDevice Modifier and Type Field Description private com.google.common.collect.ImmutableList<HostConfig.BlkioWeightDevice>AutoValue_HostConfig. blkioWeightDeviceprivate com.google.common.collect.ImmutableList<HostConfig.BlkioWeightDevice>AutoValue_HostConfig.Builder. blkioWeightDeviceMethods in com.spotify.docker.client.messages that return HostConfig.BlkioWeightDevice Modifier and Type Method Description HostConfig.BlkioWeightDeviceAutoValue_HostConfig_BlkioWeightDevice.Builder. build()abstract HostConfig.BlkioWeightDeviceHostConfig.BlkioWeightDevice.Builder. build()(package private) static HostConfig.BlkioWeightDeviceHostConfig.BlkioWeightDevice. create(java.lang.String path, java.lang.Integer weight)Methods in com.spotify.docker.client.messages that return types with arguments of type HostConfig.BlkioWeightDevice Modifier and Type Method Description com.google.common.collect.ImmutableList<HostConfig.BlkioWeightDevice>AutoValue_HostConfig. blkioWeightDevice()abstract com.google.common.collect.ImmutableList<HostConfig.BlkioWeightDevice>HostConfig. blkioWeightDevice()Method parameters in com.spotify.docker.client.messages with type arguments of type HostConfig.BlkioWeightDevice Modifier and Type Method Description HostConfig.BuilderAutoValue_HostConfig.Builder. blkioWeightDevice(java.util.List<HostConfig.BlkioWeightDevice> blkioWeightDevice)abstract HostConfig.BuilderHostConfig.Builder. blkioWeightDevice(java.util.List<HostConfig.BlkioWeightDevice> blkioWeightDevice)
-