Class SchedulingMode

Object
org.apache.spark.scheduler.SchedulingMode

public class SchedulingMode extends Object
"FAIR" and "FIFO" determines which policy is used to order tasks amongst a Schedulable's sub-queues "NONE" is used when the a Schedulable has no sub-queues.
  • Constructor Details

    • SchedulingMode

      public SchedulingMode()
  • Method Details

    • FAIR

      public static scala.Enumeration.Value FAIR()
    • FIFO

      public static scala.Enumeration.Value FIFO()
    • NONE

      public static scala.Enumeration.Value NONE()
    • toString

      public static String toString()
    • values

      public static scala.Enumeration.ValueSet values()
    • maxId

      public static final int maxId()
    • apply

      public static final scala.Enumeration.Value apply(int x)
    • withName

      public static final scala.Enumeration.Value withName(String s)