org.apache.spark
Class SparkStageInfoImpl
Object
org.apache.spark.SparkStageInfoImpl
- All Implemented Interfaces:
- java.io.Serializable, SparkStageInfo
public class SparkStageInfoImpl
- extends Object
- implements SparkStageInfo
- See Also:
- Serialized Form
|
Constructor Summary |
SparkStageInfoImpl(int stageId,
int currentAttemptId,
long submissionTime,
String name,
int numTasks,
int numActiveTasks,
int numCompletedTasks,
int numFailedTasks)
|
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SparkStageInfoImpl
public SparkStageInfoImpl(int stageId,
int currentAttemptId,
long submissionTime,
String name,
int numTasks,
int numActiveTasks,
int numCompletedTasks,
int numFailedTasks)
stageId
public int stageId()
- Specified by:
stageId in interface SparkStageInfo
currentAttemptId
public int currentAttemptId()
- Specified by:
currentAttemptId in interface SparkStageInfo
submissionTime
public long submissionTime()
- Specified by:
submissionTime in interface SparkStageInfo
name
public String name()
- Specified by:
name in interface SparkStageInfo
numTasks
public int numTasks()
- Specified by:
numTasks in interface SparkStageInfo
numActiveTasks
public int numActiveTasks()
- Specified by:
numActiveTasks in interface SparkStageInfo
numCompletedTasks
public int numCompletedTasks()
- Specified by:
numCompletedTasks in interface SparkStageInfo
numFailedTasks
public int numFailedTasks()
- Specified by:
numFailedTasks in interface SparkStageInfo