Class 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.
    • 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 API
      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)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final ShardedServiceRegistry$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ShardedServiceRegistry$

        public ShardedServiceRegistry$()
    • 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 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<?>,​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)