Class SeqNo$

java.lang.Object
org.apache.pekko.remote.SeqNo$
All Implemented Interfaces:
Serializable

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

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

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(long rawValue)
    Deprecated.
    Implements a 64 bit sequence number with proper wrap-around ordering.
    scala.math.Ordering<SeqNo>
    ord()
    Deprecated.
     
    scala.Option<Object>
    Deprecated.
     

    Methods inherited from class java.lang.Object

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

    • MODULE$

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

    • SeqNo$

      public SeqNo$()
      Deprecated.
  • Method Details

    • 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<Object> unapply(SeqNo x$0)
      Deprecated.