Uses of Class
com.spotify.docker.client.messages.HostConfig.BlkioDeviceRate
Packages that use HostConfig.BlkioDeviceRate
-
Uses of HostConfig.BlkioDeviceRate in com.spotify.docker.client.messages
Subclasses of HostConfig.BlkioDeviceRate in com.spotify.docker.client.messagesModifier and TypeClassDescription(package private) final class
Fields in com.spotify.docker.client.messages with type parameters of type HostConfig.BlkioDeviceRateModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<HostConfig.BlkioDeviceRate> AutoValue_HostConfig.blkioDeviceReadBps
private com.google.common.collect.ImmutableList
<HostConfig.BlkioDeviceRate> AutoValue_HostConfig.Builder.blkioDeviceReadBps
private final com.google.common.collect.ImmutableList
<HostConfig.BlkioDeviceRate> AutoValue_HostConfig.blkioDeviceReadIOps
private com.google.common.collect.ImmutableList
<HostConfig.BlkioDeviceRate> AutoValue_HostConfig.Builder.blkioDeviceReadIOps
private final com.google.common.collect.ImmutableList
<HostConfig.BlkioDeviceRate> AutoValue_HostConfig.blkioDeviceWriteBps
private com.google.common.collect.ImmutableList
<HostConfig.BlkioDeviceRate> AutoValue_HostConfig.Builder.blkioDeviceWriteBps
private final com.google.common.collect.ImmutableList
<HostConfig.BlkioDeviceRate> AutoValue_HostConfig.blkioDeviceWriteIOps
private com.google.common.collect.ImmutableList
<HostConfig.BlkioDeviceRate> AutoValue_HostConfig.Builder.blkioDeviceWriteIOps
Methods in com.spotify.docker.client.messages that return HostConfig.BlkioDeviceRateModifier and TypeMethodDescriptionAutoValue_HostConfig_BlkioDeviceRate.Builder.build()
abstract HostConfig.BlkioDeviceRate
HostConfig.BlkioDeviceRate.Builder.build()
(package private) static HostConfig.BlkioDeviceRate
Methods in com.spotify.docker.client.messages that return types with arguments of type HostConfig.BlkioDeviceRateModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<HostConfig.BlkioDeviceRate> AutoValue_HostConfig.blkioDeviceReadBps()
abstract com.google.common.collect.ImmutableList
<HostConfig.BlkioDeviceRate> HostConfig.blkioDeviceReadBps()
com.google.common.collect.ImmutableList
<HostConfig.BlkioDeviceRate> AutoValue_HostConfig.blkioDeviceReadIOps()
abstract com.google.common.collect.ImmutableList
<HostConfig.BlkioDeviceRate> HostConfig.blkioDeviceReadIOps()
com.google.common.collect.ImmutableList
<HostConfig.BlkioDeviceRate> AutoValue_HostConfig.blkioDeviceWriteBps()
abstract com.google.common.collect.ImmutableList
<HostConfig.BlkioDeviceRate> HostConfig.blkioDeviceWriteBps()
com.google.common.collect.ImmutableList
<HostConfig.BlkioDeviceRate> AutoValue_HostConfig.blkioDeviceWriteIOps()
abstract com.google.common.collect.ImmutableList
<HostConfig.BlkioDeviceRate> HostConfig.blkioDeviceWriteIOps()
Method parameters in com.spotify.docker.client.messages with type arguments of type HostConfig.BlkioDeviceRateModifier and TypeMethodDescriptionAutoValue_HostConfig.Builder.blkioDeviceReadBps
(List<HostConfig.BlkioDeviceRate> blkioDeviceReadBps) abstract HostConfig.Builder
HostConfig.Builder.blkioDeviceReadBps
(List<HostConfig.BlkioDeviceRate> blkioDeviceReadBps) AutoValue_HostConfig.Builder.blkioDeviceReadIOps
(List<HostConfig.BlkioDeviceRate> blkioDeviceReadIOps) abstract HostConfig.Builder
HostConfig.Builder.blkioDeviceReadIOps
(List<HostConfig.BlkioDeviceRate> blkioDeviceReadIOps) AutoValue_HostConfig.Builder.blkioDeviceWriteBps
(List<HostConfig.BlkioDeviceRate> blkioDeviceWriteBps) abstract HostConfig.Builder
HostConfig.Builder.blkioDeviceWriteBps
(List<HostConfig.BlkioDeviceRate> blkioDeviceWriteBps) AutoValue_HostConfig.Builder.blkioDeviceWriteIOps
(List<HostConfig.BlkioDeviceRate> blkioDeviceWriteIOps) abstract HostConfig.Builder
HostConfig.Builder.blkioDeviceWriteIOps
(List<HostConfig.BlkioDeviceRate> blkioDeviceWriteIOps)