Package akka.cluster
Class Reachability$
- java.lang.Object
 - 
- akka.cluster.Reachability$
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class Reachability$ extends java.lang.Object implements java.io.SerializableINTERNAL API- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static Reachability$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description Reachability$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.cluster.Reachabilityapply(scala.collection.immutable.IndexedSeq<akka.cluster.Reachability.Record> records, scala.collection.immutable.Map<UniqueAddress,java.lang.Object> versions)akka.cluster.Reachabilitycreate(scala.collection.immutable.Seq<akka.cluster.Reachability.Record> records, scala.collection.immutable.Map<UniqueAddress,java.lang.Object> versions)akka.cluster.Reachabilityempty() 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final Reachability$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
empty
public akka.cluster.Reachability empty()
 
- 
apply
public akka.cluster.Reachability apply(scala.collection.immutable.IndexedSeq<akka.cluster.Reachability.Record> records, scala.collection.immutable.Map<UniqueAddress,java.lang.Object> versions) 
- 
create
public akka.cluster.Reachability create(scala.collection.immutable.Seq<akka.cluster.Reachability.Record> records, scala.collection.immutable.Map<UniqueAddress,java.lang.Object> versions) 
 - 
 
 -