Package akka.cluster

Class Reachability$

  • All Implemented Interfaces:
    java.io.Serializable

    public class Reachability$
    extends java.lang.Object
    implements java.io.Serializable
    INTERNAL 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.Reachability apply​(scala.collection.immutable.IndexedSeq<akka.cluster.Reachability.Record> records, scala.collection.immutable.Map<UniqueAddress,​java.lang.Object> versions)  
      akka.cluster.Reachability create​(scala.collection.immutable.Seq<akka.cluster.Reachability.Record> records, scala.collection.immutable.Map<UniqueAddress,​java.lang.Object> versions)  
      akka.cluster.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 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)