Class ShardedServiceRegistry$
- java.lang.Object
-
- akka.cluster.typed.internal.receptionist.ShardedServiceRegistry$
-
- All Implemented Interfaces:
java.io.Serializable
public class ShardedServiceRegistry$ extends java.lang.Object implements java.io.Serializable
INTERNAL API- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ShardedServiceRegistry$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ShardedServiceRegistry$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.cluster.typed.internal.receptionist.ShardedServiceRegistry
apply(int numberOfKeys)
akka.cluster.typed.internal.receptionist.ShardedServiceRegistry
apply(scala.collection.immutable.Map<ORMultiMapKey<ServiceKey<?>,akka.cluster.typed.internal.receptionist.ClusterReceptionist.Entry>,akka.cluster.typed.internal.receptionist.ServiceRegistry> serviceRegistries, scala.collection.immutable.Set<UniqueAddress> nodes, scala.collection.immutable.Set<UniqueAddress> unreachable)
INTERNAL APIscala.Option<scala.Tuple3<scala.collection.immutable.Map<ORMultiMapKey<ServiceKey<?>,akka.cluster.typed.internal.receptionist.ClusterReceptionist.Entry>,akka.cluster.typed.internal.receptionist.ServiceRegistry>,scala.collection.immutable.Set<UniqueAddress>,scala.collection.immutable.Set<UniqueAddress>>>
unapply(akka.cluster.typed.internal.receptionist.ShardedServiceRegistry x$0)
-
-
-
Field Detail
-
MODULE$
public static final ShardedServiceRegistry$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public akka.cluster.typed.internal.receptionist.ShardedServiceRegistry apply(int numberOfKeys)
-
apply
public akka.cluster.typed.internal.receptionist.ShardedServiceRegistry apply(scala.collection.immutable.Map<ORMultiMapKey<ServiceKey<?>,akka.cluster.typed.internal.receptionist.ClusterReceptionist.Entry>,akka.cluster.typed.internal.receptionist.ServiceRegistry> serviceRegistries, scala.collection.immutable.Set<UniqueAddress> nodes, scala.collection.immutable.Set<UniqueAddress> unreachable)
INTERNAL APITwo level structure for keeping service registry to be able to shard entries over multiple ddata keys (to not get too large ddata messages)
-
unapply
public scala.Option<scala.Tuple3<scala.collection.immutable.Map<ORMultiMapKey<ServiceKey<?>,akka.cluster.typed.internal.receptionist.ClusterReceptionist.Entry>,akka.cluster.typed.internal.receptionist.ServiceRegistry>,scala.collection.immutable.Set<UniqueAddress>,scala.collection.immutable.Set<UniqueAddress>>> unapply(akka.cluster.typed.internal.receptionist.ShardedServiceRegistry x$0)
-
-