public interface SparkStageInfo
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
int |
currentAttemptId() |
String |
name() |
int |
numActiveTasks() |
int |
numCompletedTasks() |
int |
numFailedTasks() |
int |
numTasks() |
int |
stageId() |
long |
submissionTime() |