Interface ServiceMode
@Immutable
public interface ServiceMode
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ServiceMode.Builderbuilder()global()static ServiceModestatic ServiceModestatic ServiceModewithJobReplicas(long totalCompletions) static ServiceModewithJobReplicas(long totalCompletions, long maxConcurrent) static ServiceModewithReplicas(long replicas) static ServiceModewithReplicas(long replicas, long maxConcurrent)
-
Method Details
-
replicated
ReplicatedService replicated() -
replicatedJob
ReplicatedJob replicatedJob() -
global
GlobalService global() -
globalJob
GlobalJob globalJob() -
withReplicas
-
withReplicas
-
withJobReplicas
-
withJobReplicas
-
withGlobal
-
withGlobalJob
-
builder
-