Class Replicator.GetReplicaCount$
java.lang.Object
org.apache.pekko.cluster.ddata.typed.scaladsl.Replicator.GetReplicaCount$
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Replicator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Replicator.GetReplicaCount$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.Function1<ActorRef<Replicator.ReplicaCount>,Replicator.GetReplicaCount> apply()Convenience forask.apply(ActorRef<Replicator.ReplicaCount> replyTo) Get current number of replicas, including the local replica.scala.Option<ActorRef<Replicator.ReplicaCount>>
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
GetReplicaCount$
public GetReplicaCount$()
-
-
Method Details
-
apply
Convenience forask. -
apply
Get current number of replicas, including the local replica. Will reply to sender withReplicaCount. -
unapply
-