Package org.apache.pekko.cluster
Class Reachability$
- java.lang.Object
 - 
- org.apache.pekko.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 org.apache.pekko.cluster.Reachabilityapply(scala.collection.immutable.IndexedSeq<org.apache.pekko.cluster.Reachability.Record> records, scala.collection.immutable.Map<UniqueAddress,java.lang.Object> versions)org.apache.pekko.cluster.Reachabilitycreate(scala.collection.immutable.Seq<org.apache.pekko.cluster.Reachability.Record> records, scala.collection.immutable.Map<UniqueAddress,java.lang.Object> versions)org.apache.pekko.cluster.Reachabilityempty() 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final Reachability$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
empty
public org.apache.pekko.cluster.Reachability empty()
 
- 
apply
public org.apache.pekko.cluster.Reachability apply(scala.collection.immutable.IndexedSeq<org.apache.pekko.cluster.Reachability.Record> records, scala.collection.immutable.Map<UniqueAddress,java.lang.Object> versions) 
- 
create
public org.apache.pekko.cluster.Reachability create(scala.collection.immutable.Seq<org.apache.pekko.cluster.Reachability.Record> records, scala.collection.immutable.Map<UniqueAddress,java.lang.Object> versions) 
 - 
 
 -