Package org.apache.spark.scheduler
Class SchedulingMode
Object
org.apache.spark.scheduler.SchedulingMode
"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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final scala.Enumeration.Value
apply
(int x) static scala.Enumeration.Value
FAIR()
static scala.Enumeration.Value
FIFO()
static final int
maxId()
static scala.Enumeration.Value
NONE()
static String
toString()
static scala.Enumeration.ValueSet
values()
static final scala.Enumeration.Value
-
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
-
values
public static scala.Enumeration.ValueSet values() -
maxId
public static final int maxId() -
apply
public static final scala.Enumeration.Value apply(int x) -
withName
-