Interface ReplicatedService
-
@Immutable public interface ReplicatedService
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceReplicatedService.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ReplicatedService.Builderbuilder()LongmaxConcurrent()Longreplicas()
-
-
-
Method Detail
-
replicas
Long replicas()
-
maxConcurrent
Long maxConcurrent()
-
builder
static ReplicatedService.Builder builder()
-
-