| Class | Description |
|---|---|
| AllJobsPage |
Page showing list of all ongoing and recently finished jobs
|
| AllStagesPage |
Page showing list of all ongoing and recently finished stages and pools
|
| ExecutorTable |
Stage summary grouped by executors.
|
| FailedStageTable | |
| JobPage |
Page showing statistics and stage list for a given job
|
| JobProgressListener |
:: DeveloperApi ::
Tracks task-level information to be displayed in the UI.
|
| JobsTab |
Web UI showing progress status of all jobs in the given SparkContext.
|
| PoolPage |
Page showing specific pool details
|
| PoolTable |
Table showing list of pools
|
| StagePage |
Page showing statistics and task list for a given stage
|
| StagesTab |
Web UI showing progress status of all stages in the given SparkContext.
|
| StageTableBase |
Page showing list of all ongoing and recently finished stages
|
| TaskDetailsClassNames |
Names of the CSS classes corresponding to each type of task detail.
|
| UIData | |
| UIData.ExecutorSummary | |
| UIData.JobUIData | |
| UIData.JobUIData$ | |
| UIData.StageUIData | |
| UIData.TaskUIData |
These are kept mutable and reused throughout a task's lifetime to avoid excessive reallocation.
|
| UIData.TaskUIData$ |