Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1016 Bytes

spark-taskscheduler-FIFOSchedulableBuilder.adoc

File metadata and controls

12 lines (7 loc) · 1016 Bytes

FIFOSchedulableBuilder - SchedulableBuilder for FIFO Scheduling Mode

FIFOSchedulableBuilder is a SchedulableBuilder that is a mere wrapper around a single Pool (the only constructor parameter).

Note
FIFOSchedulableBuilder is the default SchedulableBuilder for TaskSchedulerImpl (see Creating TaskSchedulerImpl).
Note
When FIFOSchedulableBuilder is created, the TaskSchedulerImpl passes its own rootPool (that belongs to the TaskScheduler Contract that TaskSchedulerImpl follows).

FIFOSchedulableBuilder obeys the SchedulableBuilder Contract as follows: