org.apache.spark
Class SparkStageInfoImpl

Object
  extended by 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)
           
 
Method Summary
 int currentAttemptId()
           
 String name()
           
 int numActiveTasks()
           
 int numCompletedTasks()
           
 int numFailedTasks()
           
 int numTasks()
           
 int stageId()
           
 long submissionTime()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SparkStageInfoImpl

public SparkStageInfoImpl(int stageId,
                          int currentAttemptId,
                          long submissionTime,
                          String name,
                          int numTasks,
                          int numActiveTasks,
                          int numCompletedTasks,
                          int numFailedTasks)
Method Detail

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