class StageInfo extends AnyRef
:: DeveloperApi :: Stores information about a stage to pass from the scheduler to SparkListeners.
- Annotations
- @DeveloperApi()
- Alphabetic
- By Inheritance
- StageInfo
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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, isPushBasedShuffleEnabled: 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( ... ) @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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
var
failureReason: Option[String]
If the stage failed, the reason why.
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()