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 booleancanEqual(java.lang.Object x$1)ClusterScope$getInstance()Java API: get the singleton instanceinthashCode()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()java.lang.StringtoString()ScopewithFallback(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:
 getInstancein classClusterScope
 
- 
withFallback
public Scope withFallback(Scope other)
- Overrides:
 withFallbackin classClusterScope
 
- 
productPrefix
public java.lang.String productPrefix()
- Specified by:
 productPrefixin interfacescala.Product- Overrides:
 productPrefixin classClusterScope
 
- 
productArity
public int productArity()
- Specified by:
 productArityin interfacescala.Product- Overrides:
 productArityin classClusterScope
 
- 
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
 productElementin interfacescala.Product- Overrides:
 productElementin classClusterScope
 
- 
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
 productIteratorin interfacescala.Product- Overrides:
 productIteratorin classClusterScope
 
- 
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
 canEqualin interfacescala.Equals- Overrides:
 canEqualin classClusterScope
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classClusterScope
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classClusterScope
 
 - 
 
 -