akka.cluster
Class Reachability$

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

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

INTERNAL API

See Also:
Serialized Form

Field Summary
static Reachability$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Reachability$()
           
 
Method Summary
 Reachability apply(scala.collection.immutable.IndexedSeq<Reachability.Record> records, scala.collection.immutable.Map<UniqueAddress,java.lang.Object> versions)
           
 Reachability create(scala.collection.immutable.Seq<Reachability.Record> records, scala.collection.immutable.Map<UniqueAddress,java.lang.Object> versions)
           
 Reachability empty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

Reachability$

public Reachability$()
Method Detail

empty

public Reachability empty()

apply

public Reachability apply(scala.collection.immutable.IndexedSeq<Reachability.Record> records,
                          scala.collection.immutable.Map<UniqueAddress,java.lang.Object> versions)

create

public Reachability create(scala.collection.immutable.Seq<Reachability.Record> records,
                           scala.collection.immutable.Map<UniqueAddress,java.lang.Object> versions)