akka.cluster
Class Reachability.Record

java.lang.Object
  extended by akka.cluster.Reachability.Record
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
Reachability

public static class Reachability.Record
extends java.lang.Object
implements scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
Reachability.Record(UniqueAddress observer, UniqueAddress subject, Reachability.ReachabilityStatus status, long version)
           
 
Method Summary
 UniqueAddress observer()
           
 Reachability.ReachabilityStatus status()
           
 UniqueAddress subject()
           
 long version()
           
 
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

Reachability.Record

public Reachability.Record(UniqueAddress observer,
                           UniqueAddress subject,
                           Reachability.ReachabilityStatus status,
                           long version)
Method Detail

observer

public UniqueAddress observer()

subject

public UniqueAddress subject()

status

public Reachability.ReachabilityStatus status()

version

public long version()