Package org.apache.pekko.cluster
Class ClusterScope$
java.lang.Object
org.apache.pekko.cluster.ClusterScope
org.apache.pekko.cluster.ClusterScope$
- All Implemented Interfaces:
Serializable,Scope,scala.Equals,scala.Product
Cluster aware scope of a
pekko.actor.Deploy- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClusterScope$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanJava API: get the singleton instanceinthashCode()intproductElement(int x$1) scala.collection.Iterator<Object>toString()withFallback(Scope other) Methods inherited from class org.apache.pekko.cluster.ClusterScope
equals, productElementName, productElementNamesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
equalsMethods inherited from interface scala.Product
productElementName, productElementNamesMethods inherited from interface org.apache.pekko.actor.Scope
withFallback
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ClusterScope$
public ClusterScope$()
-
-
Method Details
-
getInstance
Java API: get the singleton instance- Overrides:
getInstancein classClusterScope
-
withFallback
- Overrides:
withFallbackin classClusterScope
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product- Overrides:
productPrefixin classClusterScope
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product- Overrides:
productArityin classClusterScope
-
productElement
- Specified by:
productElementin interfacescala.Product- Overrides:
productElementin classClusterScope
-
productIterator
- Specified by:
productIteratorin interfacescala.Product- Overrides:
productIteratorin classClusterScope
-
canEqual
- Specified by:
canEqualin interfacescala.Equals- Overrides:
canEqualin classClusterScope
-
hashCode
public int hashCode()- Overrides:
hashCodein classClusterScope
-
toString
- Overrides:
toStringin classClusterScope
-