Uses of Class
com.spotify.docker.client.messages.swarm.OrchestrationConfig
Packages that use OrchestrationConfig
-
Uses of OrchestrationConfig in com.spotify.docker.client.messages.swarm
Subclasses of OrchestrationConfig in com.spotify.docker.client.messages.swarmFields in com.spotify.docker.client.messages.swarm declared as OrchestrationConfigModifier and TypeFieldDescriptionprivate OrchestrationConfig
AutoValue_SwarmSpec.Builder.orchestration
private final OrchestrationConfig
AutoValue_SwarmSpec.orchestration
Methods in com.spotify.docker.client.messages.swarm that return OrchestrationConfigModifier and TypeMethodDescriptionAutoValue_OrchestrationConfig.Builder.build()
abstract OrchestrationConfig
OrchestrationConfig.Builder.build()
(package private) static OrchestrationConfig
AutoValue_SwarmSpec.orchestration()
abstract OrchestrationConfig
SwarmSpec.orchestration()
Methods in com.spotify.docker.client.messages.swarm with parameters of type OrchestrationConfigModifier and TypeMethodDescription(package private) static SwarmSpec
SwarmSpec.create
(String name, Map<String, String> labels, OrchestrationConfig orchestration, RaftConfig raft, DispatcherConfig dispatcher, CaConfig caConfig, EncryptionConfig encryptionConfig, TaskDefaults taskDefaults) AutoValue_SwarmSpec.Builder.orchestration
(OrchestrationConfig orchestration) abstract SwarmSpec.Builder
SwarmSpec.Builder.orchestration
(OrchestrationConfig orchestration) Constructors in com.spotify.docker.client.messages.swarm with parameters of type OrchestrationConfigModifierConstructorDescriptionprivate
AutoValue_SwarmSpec
(String name, com.google.common.collect.ImmutableMap<String, String> labels, OrchestrationConfig orchestration, RaftConfig raft, DispatcherConfig dispatcher, CaConfig caConfig, EncryptionConfig encryptionConfig, TaskDefaults taskDefaults)