Class ServiceRegistry$
java.lang.Object
org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry$
- All Implemented Interfaces:
Serializable
INTERNAL API
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServiceRegistry$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactorRefsFor$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.ServiceRegistryaddBinding$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.ServiceRegistryapply(ORMultiMap<ServiceKey<?>, org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry> entries) final booleancanEqual$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.ServiceRegistrycopy$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.ServiceRegistryEmpty()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 booleanequals$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, Object x$1) final inthashCode$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 intproductArity$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this) final ObjectproductElement$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this, int x$1) final StringproductElementName$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 StringproductPrefix$extension(org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistry $this) final org.apache.pekko.cluster.typed.internal.receptionist.ServiceRegistryremoveAll$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.ServiceRegistryremoveBinding$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 StringtoString$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)
-
Field Details
-
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
-
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)
-