FIFOSchedulableBuilder
== FIFOSchedulableBuilder - SchedulableBuilder for FIFO Scheduling Mode
FIFOSchedulableBuilder is a <
NOTE: FIFOSchedulableBuilder is the scheduler:TaskSchedulerImpl.md#creating-instance[default SchedulableBuilder for TaskSchedulerImpl].
NOTE: When FIFOSchedulableBuilder is created, the TaskSchedulerImpl passes its own rootPool (a part of scheduler:TaskScheduler.md#contract[TaskScheduler Contract]).
FIFOSchedulableBuilder obeys the <
- <
> does nothing. addTaskSetManagerspark-scheduler-Pool.md#addSchedulable[passes the inputSchedulableto the one and only rootPool Pool (usingaddSchedulable)] and completely disregards the properties of the Schedulable.
=== [[creating-instance]] Creating FIFOSchedulableBuilder Instance
FIFOSchedulableBuilder takes the following when created:
- [[rootPool]]
rootPoolspark-scheduler-Pool.md[Pool]