Packages

class StageData extends AnyRef

Source
api.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StageData
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val accumulatorUpdates: Seq[AccumulableInfo]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val attemptId: Int
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  8. val completionTime: Option[Date]
  9. val description: Option[String]
  10. val details: String
  11. val diskBytesSpilled: Long
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. val executorCpuTime: Long
  15. val executorDeserializeCpuTime: Long
  16. val executorDeserializeTime: Long
  17. val executorMetricsDistributions: Option[ExecutorMetricsDistributions]
  18. val executorRunTime: Long
  19. val executorSummary: Option[Map[String, ExecutorStageSummary]]
  20. val failureReason: Option[String]
  21. val firstTaskLaunchedTime: Option[Date]
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. val inputBytes: Long
  25. val inputRecords: Long
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val isShufflePushEnabled: Boolean
  28. val jvmGcTime: Long
  29. val killedTasksSummary: Map[String, Int]
  30. val memoryBytesSpilled: Long
  31. val name: String
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  35. val numActiveTasks: Int
  36. val numCompleteTasks: Int
  37. val numCompletedIndices: Int
  38. val numFailedTasks: Int
  39. val numKilledTasks: Int
  40. val numTasks: Int
  41. val outputBytes: Long
  42. val outputRecords: Long
  43. val peakExecutionMemory: Long
  44. val peakExecutorMetrics: Option[ExecutorMetrics]
  45. val rddIds: Seq[Int]
  46. val resourceProfileId: Int
  47. val resultSerializationTime: Long
  48. val resultSize: Long
  49. val schedulingPool: String
  50. val shuffleCorruptMergedBlockChunks: Long
  51. val shuffleFetchWaitTime: Long
  52. val shuffleLocalBlocksFetched: Long
  53. val shuffleLocalBytesRead: Long
  54. val shuffleMergedFetchFallbackCount: Long
  55. val shuffleMergedLocalBlocksFetched: Long
  56. val shuffleMergedLocalBytesRead: Long
  57. val shuffleMergedLocalChunksFetched: Long
  58. val shuffleMergedRemoteBlocksFetched: Long
  59. val shuffleMergedRemoteBytesRead: Long
  60. val shuffleMergedRemoteChunksFetched: Long
  61. val shuffleMergedRemoteReqsDuration: Long
  62. val shuffleMergersCount: Int
  63. val shuffleReadBytes: Long
  64. val shuffleReadRecords: Long
  65. val shuffleRemoteBlocksFetched: Long
  66. val shuffleRemoteBytesRead: Long
  67. val shuffleRemoteBytesReadToDisk: Long
  68. val shuffleRemoteReqsDuration: Long
  69. val shuffleWriteBytes: Long
  70. val shuffleWriteRecords: Long
  71. val shuffleWriteTime: Long
  72. val speculationSummary: Option[SpeculationStageSummary]
  73. val stageId: Int
  74. val status: StageStatus
  75. val submissionTime: Option[Date]
  76. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  77. val taskMetricsDistributions: Option[TaskMetricDistributions]
  78. val tasks: Option[Map[Long, TaskData]]
  79. def toString(): String
    Definition Classes
    AnyRef → Any
  80. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  82. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped