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

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final <T> scala.collection.immutable.Set<ActorRef<Object>>
    actorRefsFor$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, org.apache.pekko.actor.typed.internal.receptionist.AbstractServiceKey key)
     
    final <T> org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry
    addBinding$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, ServiceKey<T> key, org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry value, SelfUniqueAddress node)
     
    org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry
    apply(ORMultiMap<ServiceKey<?>,org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry> entries)
     
    final boolean
    canEqual$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, Object x$1)
     
    scala.collection.immutable.Set<org.apache.pekko.actor.typed.internal.receptionist.AbstractServiceKey>
    collectChangedKeys(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry previousRegistry, org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry newRegistry)
     
    final ORMultiMap<ServiceKey<?>,org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry>
    copy$default$1$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this)
     
    final org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry
    copy$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, ORMultiMap<ServiceKey<?>,org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry> entries)
     
    final org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry
     
    final scala.collection.immutable.Set<org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry>
    entriesFor$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, org.apache.pekko.actor.typed.internal.receptionist.AbstractServiceKey key)
     
    final boolean
    equals$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, Object x$1)
     
    final int
    hashCode$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this)
     
    final scala.collection.immutable.Set<ServiceKey<?>>
    keysFor$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, UniqueAddress address, SelfUniqueAddress node)
     
    final int
    productArity$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this)
     
    final Object
    productElement$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, int x$1)
     
    final String
    productElementName$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, int x$1)
     
    final scala.collection.Iterator<Object>
    productIterator$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this)
     
    final String
    productPrefix$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this)
     
    final org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry
    removeAll$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, scala.collection.immutable.Map<org.apache.pekko.actor.typed.internal.receptionist.AbstractServiceKey,scala.collection.immutable.Set<org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry>> entries, SelfUniqueAddress node)
     
    final <T> org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry
    removeBinding$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, ServiceKey<T> key, org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry value, SelfUniqueAddress node)
     
    final ORMultiMap<ServiceKey<?>,org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry>
    toORMultiMap$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this)
     
    final String
    toString$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this)
     
    scala.Option<ORMultiMap<ServiceKey<?>,org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry>>
    unapply(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry 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 ServiceRegistry$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • ServiceRegistry$

      public ServiceRegistry$()
  • Method Details

    • Empty

      public final org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry Empty()
    • collectChangedKeys

      public scala.collection.immutable.Set<org.apache.pekko.actor.typed.internal.receptionist.AbstractServiceKey> collectChangedKeys(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry previousRegistry, org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry newRegistry)
    • apply

      public org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry apply(ORMultiMap<ServiceKey<?>,org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry> entries)
    • unapply

      public scala.Option<ORMultiMap<ServiceKey<?>,org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry>> unapply(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry x$0)
    • actorRefsFor$extension

      public final <T> scala.collection.immutable.Set<ActorRef<Object>> actorRefsFor$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, org.apache.pekko.actor.typed.internal.receptionist.AbstractServiceKey key)
    • entriesFor$extension

      public final scala.collection.immutable.Set<org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry> entriesFor$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, org.apache.pekko.actor.typed.internal.receptionist.AbstractServiceKey key)
    • keysFor$extension

      public final scala.collection.immutable.Set<ServiceKey<?>> keysFor$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, UniqueAddress address, SelfUniqueAddress node)
    • addBinding$extension

      public final <T> org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry addBinding$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, ServiceKey<T> key, org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry value, SelfUniqueAddress node)
    • removeBinding$extension

      public final <T> org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry removeBinding$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, ServiceKey<T> key, org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry value, SelfUniqueAddress node)
    • removeAll$extension

      public final org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry removeAll$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, scala.collection.immutable.Map<org.apache.pekko.actor.typed.internal.receptionist.AbstractServiceKey,scala.collection.immutable.Set<org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry>> entries, SelfUniqueAddress node)
    • toORMultiMap$extension

      public final ORMultiMap<ServiceKey<?>,org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry> toORMultiMap$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this)
    • copy$extension

      public final org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry copy$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, ORMultiMap<ServiceKey<?>,org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry> entries)
    • copy$default$1$extension

      public final ORMultiMap<ServiceKey<?>,org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry> copy$default$1$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this)
    • productPrefix$extension

      public final String productPrefix$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this)
    • productArity$extension

      public final int productArity$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this)
    • productElement$extension

      public final Object productElement$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, int x$1)
    • productIterator$extension

      public final scala.collection.Iterator<Object> productIterator$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this)
    • canEqual$extension

      public final boolean canEqual$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, Object x$1)
    • productElementName$extension

      public final String productElementName$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, int x$1)
    • hashCode$extension

      public final int hashCode$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this)
    • equals$extension

      public final boolean equals$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, Object x$1)
    • toString$extension

      public final String toString$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this)