Uses of Class
com.spotify.docker.client.messages.swarm.OrchestrationConfig
-
Packages that use OrchestrationConfig Package Description com.spotify.docker.client.messages.swarm -
-
Uses of OrchestrationConfig in com.spotify.docker.client.messages.swarm
Subclasses of OrchestrationConfig in com.spotify.docker.client.messages.swarm Modifier and Type Class Description (package private) class
AutoValue_OrchestrationConfig
Fields in com.spotify.docker.client.messages.swarm declared as OrchestrationConfig Modifier and Type Field Description private OrchestrationConfig
AutoValue_SwarmSpec.Builder. orchestration
private OrchestrationConfig
AutoValue_SwarmSpec. orchestration
Methods in com.spotify.docker.client.messages.swarm that return OrchestrationConfig Modifier and Type Method Description OrchestrationConfig
AutoValue_OrchestrationConfig.Builder. build()
abstract OrchestrationConfig
OrchestrationConfig.Builder. build()
(package private) static OrchestrationConfig
OrchestrationConfig. create(java.lang.Integer taskHistoryRetentionLimit)
OrchestrationConfig
AutoValue_SwarmSpec. orchestration()
abstract OrchestrationConfig
SwarmSpec. orchestration()
Methods in com.spotify.docker.client.messages.swarm with parameters of type OrchestrationConfig Modifier and Type Method Description (package private) static SwarmSpec
SwarmSpec. create(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> labels, OrchestrationConfig orchestration, RaftConfig raft, DispatcherConfig dispatcher, CaConfig caConfig, EncryptionConfig encryptionConfig, TaskDefaults taskDefaults)
SwarmSpec.Builder
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 OrchestrationConfig Constructor Description AutoValue_SwarmSpec(java.lang.String name, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> labels, OrchestrationConfig orchestration, RaftConfig raft, DispatcherConfig dispatcher, CaConfig caConfig, EncryptionConfig encryptionConfig, TaskDefaults taskDefaults)
-