Uses of Class
com.spotify.docker.client.messages.swarm.Preference
-
Packages that use Preference Package Description com.spotify.docker.client.messages.swarm -
-
Uses of Preference in com.spotify.docker.client.messages.swarm
Subclasses of Preference in com.spotify.docker.client.messages.swarm Modifier and Type Class Description (package private) class
AutoValue_Preference
Fields in com.spotify.docker.client.messages.swarm with type parameters of type Preference Modifier and Type Field Description private com.google.common.collect.ImmutableList<Preference>
AutoValue_Placement. preferences
Methods in com.spotify.docker.client.messages.swarm that return Preference Modifier and Type Method Description static Preference
Preference. create(Spread spread)
Methods in com.spotify.docker.client.messages.swarm that return types with arguments of type Preference Modifier and Type Method Description com.google.common.collect.ImmutableList<Preference>
AutoValue_Placement. preferences()
abstract com.google.common.collect.ImmutableList<Preference>
Placement. preferences()
-