Class Reachability$

java.lang.Object
org.apache.pekko.cluster.Reachability$
All Implemented Interfaces:
Serializable

public class Reachability$ extends Object implements Serializable
INTERNAL API
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Reachability$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pekko.cluster.Reachability
    apply(scala.collection.immutable.IndexedSeq<org.apache.pekko.cluster.Reachability.Record> records, scala.collection.immutable.Map<UniqueAddress,Object> versions)
     
    org.apache.pekko.cluster.Reachability
    create(scala.collection.immutable.Seq<org.apache.pekko.cluster.Reachability.Record> records, scala.collection.immutable.Map<UniqueAddress,Object> versions)
     
    org.apache.pekko.cluster.Reachability
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • MODULE$

      public static final Reachability$ 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)