akka.cluster
Class Gossip$

java.lang.Object
  extended by akka.cluster.Gossip$
All Implemented Interfaces:
java.io.Serializable

public class Gossip$
extends java.lang.Object
implements scala.Serializable

INTERNAL API

See Also:
Serialized Form

Field Summary
static Gossip$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Gossip$()
           
 
Method Summary
 Gossip apply(scala.collection.immutable.SortedSet<Member> members)
           
 scala.collection.immutable.Set<MemberStatus> convergenceSkipUnreachableWithMemberStatus()
           
 Gossip empty()
           
 scala.collection.immutable.SortedSet<Member> emptyMembers()
           
 scala.collection.immutable.Set<MemberStatus> removeUnreachableWithMemberStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

Gossip$

public Gossip$()
Method Detail

emptyMembers

public scala.collection.immutable.SortedSet<Member> emptyMembers()

empty

public Gossip empty()

apply

public Gossip apply(scala.collection.immutable.SortedSet<Member> members)

convergenceSkipUnreachableWithMemberStatus

public scala.collection.immutable.Set<MemberStatus> convergenceSkipUnreachableWithMemberStatus()

removeUnreachableWithMemberStatus

public scala.collection.immutable.Set<MemberStatus> removeUnreachableWithMemberStatus()