
FIFOSchedulableBuilder
FIFOSchedulableBuilder - SchedulableBuilder for FIFO Scheduling Mode
FIFOSchedulableBuilder - SchedulableBuilder for FIFO Scheduling Mode
Schedulable Builders SchedulableBuilder is a contract of schedulable builders that operate on a pool of TaskSetMan ...
Schedulable Pool Pool is a Schedulable entity that represents a tree of TaskSetManagers, i.e. it contains a collec ...
Schedulable Schedulable is a contract of schedulable entities. Note Schedulable is a private[spark] Scala t ...
TaskSetManager TaskSetManager is a Schedulable that manages scheduling of tasks in a TaskSet. Note A TaskSe ...
TaskSet — Set of Tasks for Single Stage
MapStatus — Shuffle Map Output Status
FetchFailedException FetchFailedException exception may be thrown when a task runs (and ShuffleBlockFetcherIterato ...
ResultTask ResultTask is a Task that executes a function on the records in a RDD partition. ResultTask is create ...
ShuffleMapTask — Task for ShuffleMapStage