org.apache.spark.scheduler
Class SchedulingMode

Object
  extended by scala.Enumeration
      extended by org.apache.spark.scheduler.SchedulingMode
All Implemented Interfaces:
java.io.Serializable

public class SchedulingMode
extends scala.Enumeration

"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.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class scala.Enumeration
scala.Enumeration.Val, scala.Enumeration.Value, scala.Enumeration.ValueOrdering$, scala.Enumeration.ValueSet, scala.Enumeration.ValueSet$
 
Field Summary
 
Fields inherited from class scala.Enumeration
serialVersionUID
 
Constructor Summary
SchedulingMode()
           
 
Method Summary
static scala.Enumeration.Value FAIR()
           
static scala.Enumeration.Value FIFO()
           
static scala.Enumeration.Value NONE()
           
 
Methods inherited from class scala.Enumeration
apply, maxId, nextId_$eq, nextId, nextName_$eq, nextName, readResolve, scala$Enumeration$$bottomId_$eq, scala$Enumeration$$bottomId, scala$Enumeration$$isValDef$1, scala$Enumeration$$nameOf, scala$Enumeration$$nextNameOrNull, scala$Enumeration$$nmap, scala$Enumeration$$populateNameMap, scala$Enumeration$$topId_$eq, scala$Enumeration$$topId, scala$Enumeration$$vmap, scala$Enumeration$$vsetDefined_$eq, toString, Value, Value, Value, Value, ValueOrdering, values, ValueSet, withName
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchedulingMode

public SchedulingMode()
Method Detail

FAIR

public static scala.Enumeration.Value FAIR()

FIFO

public static scala.Enumeration.Value FIFO()

NONE

public static scala.Enumeration.Value NONE()