Package akka.cluster
Class ClusterScope$
- java.lang.Object
-
- akka.cluster.ClusterScope
-
- akka.cluster.ClusterScope$
-
- All Implemented Interfaces:
Scope
,java.io.Serializable
,scala.Equals
,scala.Product
public class ClusterScope$ extends ClusterScope implements scala.Product, java.io.Serializable
Cluster aware scope of aDeploy
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ClusterScope$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ClusterScope$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canEqual(java.lang.Object x$1)
ClusterScope$
getInstance()
Java API: get the singleton instanceint
hashCode()
int
productArity()
java.lang.Object
productElement(int x$1)
scala.collection.Iterator<java.lang.Object>
productIterator()
java.lang.String
productPrefix()
java.lang.String
toString()
Scope
withFallback(Scope other)
-
Methods inherited from class akka.cluster.ClusterScope
equals, productElementName, productElementNames
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface akka.actor.Scope
withFallback
-
-
-
-
Field Detail
-
MODULE$
public static final ClusterScope$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
getInstance
public ClusterScope$ getInstance()
Java API: get the singleton instance- Overrides:
getInstance
in classClusterScope
-
withFallback
public Scope withFallback(Scope other)
- Overrides:
withFallback
in classClusterScope
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
- Overrides:
productPrefix
in classClusterScope
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
- Overrides:
productArity
in classClusterScope
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElement
in interfacescala.Product
- Overrides:
productElement
in classClusterScope
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIterator
in interfacescala.Product
- Overrides:
productIterator
in classClusterScope
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqual
in interfacescala.Equals
- Overrides:
canEqual
in classClusterScope
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classClusterScope
-
toString
public java.lang.String toString()
- Overrides:
toString
in classClusterScope
-
-