class StageInfo extends AnyRef
:: DeveloperApi :: Stores information about a stage to pass from the scheduler to SparkListeners.
- Annotations
- @DeveloperApi()
- Source
- StageInfo.scala
- Alphabetic
- By Inheritance
- StageInfo
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new StageInfo(stageId: Int, attemptId: Int, name: String, numTasks: Int, rddInfos: Seq[RDDInfo], parentIds: Seq[Int], details: String, taskMetrics: TaskMetrics = null, taskLocalityPreferences: Seq[Seq[TaskLocation]] = Seq.empty, shuffleDepId: Option[Int] = None, resourceProfileId: Int, isShufflePushEnabled: Boolean = false, shuffleMergerCount: Int = 0)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val accumulables: HashMap[Long, AccumulableInfo]
Terminal values of accumulables updated during this stage, including all the user-defined accumulators.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attemptNumber(): Int
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- var completionTime: Option[Long]
Time when the stage completed or when the stage was cancelled.
- val details: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- var failureReason: Option[String]
If the stage failed, the reason why.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val numTasks: Int
- val parentIds: Seq[Int]
- val rddInfos: Seq[RDDInfo]
- val resourceProfileId: Int
- def stageFailed(reason: String): Unit
- val stageId: Int
- var submissionTime: Option[Long]
When this stage was submitted from the DAGScheduler to a TaskScheduler.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val taskMetrics: TaskMetrics
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)