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) class
AutoValue_HostConfig_BlkioWeightDevice
Fields 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. blkioWeightDevice
private com.google.common.collect.ImmutableList<HostConfig.BlkioWeightDevice>
AutoValue_HostConfig.Builder. blkioWeightDevice
Methods in com.spotify.docker.client.messages that return HostConfig.BlkioWeightDevice Modifier and Type Method Description HostConfig.BlkioWeightDevice
AutoValue_HostConfig_BlkioWeightDevice.Builder. build()
abstract HostConfig.BlkioWeightDevice
HostConfig.BlkioWeightDevice.Builder. build()
(package private) static HostConfig.BlkioWeightDevice
HostConfig.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.Builder
AutoValue_HostConfig.Builder. blkioWeightDevice(java.util.List<HostConfig.BlkioWeightDevice> blkioWeightDevice)
abstract HostConfig.Builder
HostConfig.Builder. blkioWeightDevice(java.util.List<HostConfig.BlkioWeightDevice> blkioWeightDevice)
-