Class ShardedServiceRegistry$

java.lang.Object
org.apache.pekko.cluster.typed.internal.receptionist.ShardedServiceRegistry$
All Implemented Interfaces:
Serializable

public class ShardedServiceRegistry$ extends Object implements Serializable
INTERNAL API
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pekko.cluster.typed.internal.receptionist.ShardedServiceRegistry
    apply(int numberOfKeys)
     
    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 API
    scala.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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MODULE$

      public static final ShardedServiceRegistry$ 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 API

      Two 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>,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)