Packages

class StageData extends AnyRef

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()
  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. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. val firstTaskLaunchedTime: Option[Date]
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. val inputBytes: Long
  26. val inputRecords: Long
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  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 shuffleFetchWaitTime: Long
  51. val shuffleLocalBlocksFetched: Long
  52. val shuffleLocalBytesRead: Long
  53. val shuffleReadBytes: Long
  54. val shuffleReadRecords: Long
  55. val shuffleRemoteBlocksFetched: Long
  56. val shuffleRemoteBytesRead: Long
  57. val shuffleRemoteBytesReadToDisk: Long
  58. val shuffleWriteBytes: Long
  59. val shuffleWriteRecords: Long
  60. val shuffleWriteTime: Long
  61. val speculationSummary: Option[SpeculationStageSummary]
  62. val stageId: Int
  63. val status: StageStatus
  64. val submissionTime: Option[Date]
  65. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  66. val taskMetricsDistributions: Option[TaskMetricDistributions]
  67. val tasks: Option[Map[Long, TaskData]]
  68. def toString(): String
    Definition Classes
    AnyRef → Any
  69. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped