Spark 3.5.5 ScalaDoc - org.apache.spark.scheduler.SchedulingMode (original) (raw)

object SchedulingMode extends Enumeration

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. SchedulingMode

  2. Enumeration

  3. Serializable

  4. Serializable

  5. AnyRef

  6. Any

  7. Hide All

  8. Show All

Type Members

  1. type SchedulingMode = Value
  2. class Val extends Value with Serializable
  3. abstract class Value extends Ordered[Value] with Serializable
  4. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. val FAIR: Value
  5. val FIFO: Value
  6. val NONE: Value
  7. final def Value(i: Int, name: String): Value
  8. final def Value(name: String): Value
  9. final def Value(i: Int): Value
  10. final def Value: Value
  11. final def apply(x: Int): Value
  12. final def asInstanceOf[T0]: T0
  13. def clone(): AnyRef
  14. final def eq(arg0: AnyRef): Boolean
  15. def equals(arg0: Any): Boolean
  16. def finalize(): Unit
  17. final def getClass(): Class[_]
  18. def hashCode(): Int
  19. final def isInstanceOf[T0]: Boolean
  20. final def maxId: Int
  21. final def ne(arg0: AnyRef): Boolean
  22. var nextId: Int
  23. var nextName: Iterator[String]
  24. final def notify(): Unit
  25. final def notifyAll(): Unit
  26. def readResolve(): AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0
  28. def toString(): String
  29. def values: ValueSet
  30. final def wait(): Unit
  31. final def wait(arg0: Long, arg1: Int): Unit
  32. final def wait(arg0: Long): Unit
  33. final def withName(s: String): Value

Inherited from Enumeration

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped