akka.cluster
Class ClusterScope$

java.lang.Object
  extended by akka.cluster.ClusterScope
      extended by akka.cluster.ClusterScope$
All Implemented Interfaces:
Scope, java.io.Serializable, scala.Equals, scala.Product

public class ClusterScope$
extends ClusterScope
implements scala.Product, scala.Serializable

Cluster aware scope of a Deploy

See Also:
Serialized Form

Field Summary
static ClusterScope$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ClusterScope$()
           
 
Method Summary
 ClusterScope$ getInstance()
          Java API: get the singleton instance
 Scope withFallback(Scope other)
          When merging Deploy instances using withFallback() on the left one, this is propagated to “merging” scopes in the same way.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

public static final ClusterScope$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ClusterScope$

public ClusterScope$()
Method Detail

getInstance

public ClusterScope$ getInstance()
Java API: get the singleton instance

Overrides:
getInstance in class ClusterScope
Returns:
(undocumented)

withFallback

public Scope withFallback(Scope other)
Description copied from interface: Scope
When merging Deploy instances using withFallback() on the left one, this is propagated to “merging” scopes in the same way. The setup is biased towards preferring the callee over the argument, i.e. a.withFallback(b) is called expecting that a should in general take precedence.

Specified by:
withFallback in interface Scope
Overrides:
withFallback in class ClusterScope
Parameters:
other - (undocumented)
Returns:
(undocumented)