Packages

object RelativeTimestamp extends GeneratedEnumCompanion[RelativeTimestamp]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RelativeTimestamp
  2. GeneratedEnumCompanion
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Recognized extends RelativeTimestamp
  2. final case class Unrecognized(unrecognizedValue: Int) extends RelativeTimestamp with UnrecognizedEnum with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. type ValueType = RelativeTimestamp
    Definition Classes
    GeneratedEnumCompanion

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. implicit def enumCompanion: GeneratedEnumCompanion[RelativeTimestamp]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def fromName(name: String): Option[RelativeTimestamp]
    Definition Classes
    GeneratedEnumCompanion
  10. def fromValue(__value: Int): RelativeTimestamp
    Definition Classes
    RelativeTimestamp → GeneratedEnumCompanion
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def javaDescriptor: EnumDescriptor
    Definition Classes
    RelativeTimestamp → GeneratedEnumCompanion
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. def scalaDescriptor: EnumDescriptor
    Definition Classes
    RelativeTimestamp → GeneratedEnumCompanion
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. lazy val values: Seq[ValueType]
    Definition Classes
    RelativeTimestamp → GeneratedEnumCompanion
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. case object RELATIVE_TIMESTAMP_LAST_UPDATE_PER_MEMBER extends RelativeTimestamp with Recognized with Product with Serializable

    Return, for each member specifically, the traffic state at the last timestamp it was updated This will likely result in different timestamps per member

    Return, for each member specifically, the traffic state at the last timestamp it was updated This will likely result in different timestamps per member

    Annotations
    @SerialVersionUID()
  26. case object RELATIVE_TIMESTAMP_LATEST_APPROXIMATE extends RelativeTimestamp with Recognized with Product with Serializable

    Return an APPROXIMATION of the traffic state at the latest possible time.

    Return an APPROXIMATION of the traffic state at the latest possible time. Do NOT use this when the resulting traffic state must be guaranteed to be correct. This typically uses the wall clock of the sequencer, and allows to get an approximation of the traffic states for a timestamp more recent than when using LATEST_SAFE

    Annotations
    @SerialVersionUID()
  27. case object RELATIVE_TIMESTAMP_LATEST_SAFE_UNSPECIFIED extends RelativeTimestamp with Recognized with Product with Serializable

    Return the traffic state at the latest timestamp for which the traffic state can safely be calculated All traffic state returned will be at this timestamp.

    Return the traffic state at the latest timestamp for which the traffic state can safely be calculated All traffic state returned will be at this timestamp. The timestamp will typically be the latest sequencing timestamp observed by the sequencer at the time of the request

    Annotations
    @SerialVersionUID()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped