class ExecutorStageSummary extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- val diskBytesSpilled: Long
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- val failedTasks: Int
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- val inputBytes: Long
- val inputRecords: Long
- val isExcludedForStage: Boolean
- final def isInstanceOf[T0]: Boolean
- val killedTasks: Int
- val memoryBytesSpilled: Long
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- val outputBytes: Long
- val outputRecords: Long
- val peakMemoryMetrics: Option[ExecutorMetrics]
- val shuffleRead: Long
- val shuffleReadRecords: Long
- val shuffleWrite: Long
- val shuffleWriteRecords: Long
- val succeededTasks: Int
- final def synchronized[T0](arg0: => T0): T0
- val taskTime: Long
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
- val isBlacklistedForStage: Boolean
Inherited from AnyRef
Inherited from Any