Package akka.remote

Class SeqNo$

  • All Implemented Interfaces:
    java.io.Serializable

    public class SeqNo$
    extends java.lang.Object
    implements java.io.Serializable
    Deprecated.
    Classic remoting is deprecated, use Artery. Since 2.6.0.
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      SeqNo$()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      SeqNo apply​(long rawValue)
      Deprecated.
      Implements a 64 bit sequence number with proper wrap-around ordering.
      scala.math.Ordering<SeqNo> ord()
      Deprecated.
       
      scala.Option<java.lang.Object> unapply​(SeqNo x$0)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • MODULE$

        public static final SeqNo$ MODULE$
        Deprecated.
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • SeqNo$

        public SeqNo$()
        Deprecated.
    • Method Detail

      • ord

        public scala.math.Ordering<SeqNo> ord()
        Deprecated.
      • apply

        public SeqNo apply​(long rawValue)
        Deprecated.
        Implements a 64 bit sequence number with proper wrap-around ordering.
      • unapply

        public scala.Option<java.lang.Object> unapply​(SeqNo x$0)
        Deprecated.