public class TaskDetailsClassNames
extends Object
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 and Description |
---|
TaskDetailsClassNames() |
Modifier and Type | Method and Description |
---|---|
static String |
GETTING_RESULT_TIME() |
static String |
PEAK_EXECUTION_MEMORY() |
static String |
RESULT_SERIALIZATION_TIME() |
static String |
SCHEDULER_DELAY() |
static String |
SHUFFLE_READ_FETCH_WAIT_TIME() |
static String |
SHUFFLE_READ_REMOTE_SIZE() |
static String |
TASK_DESERIALIZATION_TIME() |
public static String SCHEDULER_DELAY()
public static String TASK_DESERIALIZATION_TIME()
public static String SHUFFLE_READ_FETCH_WAIT_TIME()
public static String SHUFFLE_READ_REMOTE_SIZE()
public static String RESULT_SERIALIZATION_TIME()
public static String GETTING_RESULT_TIME()
public static String PEAK_EXECUTION_MEMORY()