|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.cluster.ClusterScope
akka.cluster.ClusterScope$
public class ClusterScope$
Cluster aware scope of a Deploy
| 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 |
|---|
public static final ClusterScope$ MODULE$
| Constructor Detail |
|---|
public ClusterScope$()
| Method Detail |
|---|
public ClusterScope$ getInstance()
getInstance in class ClusterScopepublic Scope withFallback(Scope other)
ScopeDeploy 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.
withFallback in interface ScopewithFallback in class ClusterScope
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||