Spark 3.5.5 ScalaDoc - org.apache.spark.streaming.Duration (original) (raw)

case class Duration(millis: Long) extends Product with Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Duration

  2. Serializable

  3. Serializable

  4. Product

  5. Equals

  6. AnyRef

  7. Any

  8. Hide All

  9. Show All

Instance Constructors

  1. new Duration(millis: Long)

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def *(times: Int): Duration
  4. def +(that: Duration): Duration
  5. def -(that: Duration): Duration
  6. def /(that: Duration): Double
  7. def <(that: Duration): Boolean
  8. def <=(that: Duration): Boolean
  9. final def ==(arg0: Any): Boolean
  10. def >(that: Duration): Boolean
  11. def >=(that: Duration): Boolean
  12. final def asInstanceOf[T0]: T0
  13. def clone(): AnyRef
  14. def div(that: Duration): Double
  15. final def eq(arg0: AnyRef): Boolean
  16. def finalize(): Unit
  17. final def getClass(): Class[_]
  18. def greater(that: Duration): Boolean
  19. def greaterEq(that: Duration): Boolean
  20. final def isInstanceOf[T0]: Boolean
  21. def isMultipleOf(that: Duration): Boolean
  22. def isZero: Boolean
  23. def less(that: Duration): Boolean
  24. def lessEq(that: Duration): Boolean
  25. def max(that: Duration): Duration
  26. def milliseconds: Long
  27. def min(that: Duration): Duration
  28. def minus(that: Duration): Duration
  29. final def ne(arg0: AnyRef): Boolean
  30. final def notify(): Unit
  31. final def notifyAll(): Unit
  32. def plus(that: Duration): Duration
  33. def prettyPrint: String
  34. final def synchronized[T0](arg0: ⇒ T0): T0
  35. def times(times: Int): Duration
  36. def toFormattedString: String
  37. def toString(): String
  38. final def wait(): Unit
  39. final def wait(arg0: Long, arg1: Int): Unit
  40. final def wait(arg0: Long): Unit

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped