Package akka.cluster
Class Reachability.Record$
- java.lang.Object
-
- scala.runtime.AbstractFunction4<UniqueAddress,UniqueAddress,Reachability.ReachabilityStatus,java.lang.Object,Reachability.Record>
-
- akka.cluster.Reachability.Record$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function4<UniqueAddress,UniqueAddress,Reachability.ReachabilityStatus,java.lang.Object,Reachability.Record>
,scala.Serializable
- Enclosing class:
- Reachability
public static class Reachability.Record$ extends scala.runtime.AbstractFunction4<UniqueAddress,UniqueAddress,Reachability.ReachabilityStatus,java.lang.Object,Reachability.Record> implements scala.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Reachability.Record$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Record$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Reachability.Record
apply(UniqueAddress observer, UniqueAddress subject, Reachability.ReachabilityStatus status, long version)
java.lang.String
toString()
scala.Option<scala.Tuple4<UniqueAddress,UniqueAddress,Reachability.ReachabilityStatus,java.lang.Object>>
unapply(Reachability.Record x$0)
-
-
-
Field Detail
-
MODULE$
public static final Reachability.Record$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Specified by:
toString
in interfacescala.Function4<UniqueAddress,UniqueAddress,Reachability.ReachabilityStatus,java.lang.Object,Reachability.Record>
- Overrides:
toString
in classscala.runtime.AbstractFunction4<UniqueAddress,UniqueAddress,Reachability.ReachabilityStatus,java.lang.Object,Reachability.Record>
-
apply
public Reachability.Record apply(UniqueAddress observer, UniqueAddress subject, Reachability.ReachabilityStatus status, long version)
-
unapply
public scala.Option<scala.Tuple4<UniqueAddress,UniqueAddress,Reachability.ReachabilityStatus,java.lang.Object>> unapply(Reachability.Record x$0)
-
-