Package org.apache.spark.ui.jobs
Class TaskDetailsClassNames
Object
org.apache.spark.ui.jobs.TaskDetailsClassNames
Names of the CSS classes corresponding to each type of task detail. Used to allow users
to optionally show/hide columns.
If new optional metrics are added here, they should also be added to the end of webui.css to have the style set to "display: none;" by default.
-
Constructor Details
-
TaskDetailsClassNames
public TaskDetailsClassNames()
-
-
Method Details
-
SCHEDULER_DELAY
-
TASK_DESERIALIZATION_TIME
-
SHUFFLE_READ_FETCH_WAIT_TIME
-
SHUFFLE_READ_REMOTE_SIZE
-
RESULT_SERIALIZATION_TIME
-
GETTING_RESULT_TIME
-
PEAK_EXECUTION_MEMORY
-