|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.cluster.ClusterEvent.InstantClusterState
public static class ClusterEvent.InstantClusterState
Current snapshot state of the cluster. Sent to new subscriber of [akka.cluster.ClusterEvent.InstantMemberEvent].
| Constructor Summary | |
|---|---|
ClusterEvent.InstantClusterState(scala.collection.immutable.SortedSet<Member> members)
|
|
| Method Summary | |
|---|---|
java.lang.Iterable<Member> |
getMembers()
Java API: get current member list |
scala.collection.immutable.SortedSet<Member> |
members()
|
| 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 |
| Constructor Detail |
|---|
public ClusterEvent.InstantClusterState(scala.collection.immutable.SortedSet<Member> members)
| Method Detail |
|---|
public scala.collection.immutable.SortedSet<Member> members()
public java.lang.Iterable<Member> getMembers()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||