Package org.apache.pekko.cluster
Class Reachability$
java.lang.Object
org.apache.pekko.cluster.Reachability$
- All Implemented Interfaces:
Serializable
INTERNAL API
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Reachability$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.cluster.Reachabilityapply(scala.collection.immutable.IndexedSeq<org.apache.pekko.cluster.Reachability.Record> records, scala.collection.immutable.Map<UniqueAddress, Object> versions) org.apache.pekko.cluster.Reachabilitycreate(scala.collection.immutable.Seq<org.apache.pekko.cluster.Reachability.Record> records, scala.collection.immutable.Map<UniqueAddress, Object> versions) org.apache.pekko.cluster.Reachabilityempty()
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Reachability$
public Reachability$()
-
-
Method Details
-
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, 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, Object> versions)
-