Packages

object JobStatusO

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JobStatusO
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val activeL: Lens[JobStatus, Optional[Int]]
  5. val activeO: Optional[JobStatus, Int]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. val completedIndexesL: Lens[JobStatus, Optional[String]]
  9. val completedIndexesO: Optional[JobStatus, String]
  10. val completionTimeL: Lens[JobStatus, Optional[Time]]
  11. val completionTimeO: Optional[JobStatus, Time]
  12. val conditionsL: Lens[JobStatus, Optional[Vector[JobCondition]]]
  13. val conditionsO: Optional[JobStatus, Vector[JobCondition]]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. val failedL: Lens[JobStatus, Optional[Int]]
  17. val failedO: Optional[JobStatus, Int]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val readyL: Lens[JobStatus, Optional[Int]]
  25. val readyO: Optional[JobStatus, Int]
  26. val startTimeL: Lens[JobStatus, Optional[Time]]
  27. val startTimeO: Optional[JobStatus, Time]
  28. val succeededL: Lens[JobStatus, Optional[Int]]
  29. val succeededO: Optional[JobStatus, Int]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. val uncountedTerminatedPodsL: Lens[JobStatus, Optional[UncountedTerminatedPods]]
  33. val uncountedTerminatedPodsO: Optional[JobStatus, UncountedTerminatedPods]
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped