akka.cluster
Class GossipOverview

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

public class GossipOverview
extends java.lang.Object
implements scala.Product, scala.Serializable

INTERNAL API Represents the overview of the cluster, holds the cluster convergence table and set with unreachable nodes.

See Also:
Serialized Form

Constructor Summary
GossipOverview(scala.collection.immutable.Set<UniqueAddress> seen, Reachability reachability)
           
 
Method Summary
 Reachability reachability()
           
 scala.collection.immutable.Set<UniqueAddress> seen()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

GossipOverview

public GossipOverview(scala.collection.immutable.Set<UniqueAddress> seen,
                      Reachability reachability)
Method Detail

seen

public scala.collection.immutable.Set<UniqueAddress> seen()

reachability

public Reachability reachability()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object