Class ShardedServiceRegistry$
java.lang.Object
org.apache.pekko.cluster.typed.internal.receptionist.ShardedServiceRegistry$
- All Implemented Interfaces:
Serializable
INTERNAL API
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ShardedServiceRegistry$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.cluster.typed.internal.receptionist.ShardedServiceRegistryapply(int numberOfKeys) org.apache.pekko.cluster.typed.internal.receptionist.ShardedServiceRegistryapply(scala.collection.immutable.Map<ORMultiMapKey<ServiceKey<?>, org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry>, org.apache.pekko.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<?>,org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry>, org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry>, scala.collection.immutable.Set<UniqueAddress>, scala.collection.immutable.Set<UniqueAddress>>> unapply(org.apache.pekko.cluster.typed.internal.receptionist.ShardedServiceRegistry x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ShardedServiceRegistry$
public ShardedServiceRegistry$()
-
-
Method Details
-
apply
public org.apache.pekko.cluster.typed.internal.receptionist.ShardedServiceRegistry apply(int numberOfKeys) -
apply
public org.apache.pekko.cluster.typed.internal.receptionist.ShardedServiceRegistry apply(scala.collection.immutable.Map<ORMultiMapKey<ServiceKey<?>, org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry>, org.apache.pekko.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<?>,org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry>, unapplyorg.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry>, scala.collection.immutable.Set<UniqueAddress>, scala.collection.immutable.Set<UniqueAddress>>> (org.apache.pekko.cluster.typed.internal.receptionist.ShardedServiceRegistry x$0)
-