class ExecutorSummary extends AnyRef
- Source
- api.scala
- Alphabetic
- By Inheritance
- ExecutorSummary
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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 activeTasks: Int
- val addTime: Date
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributes: Map[String, String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val completedTasks: Int
- val diskUsed: Long
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val excludedInStages: Set[Int]
- val executorLogs: Map[String, String]
- val failedTasks: Int
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val hostPort: String
- val id: String
- val isActive: Boolean
- val isExcluded: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxMemory: Long
- val maxTasks: Int
- val memoryMetrics: Option[MemoryMetrics]
- val memoryUsed: Long
- 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 peakMemoryMetrics: Option[ExecutorMetrics]
- val rddBlocks: Int
- val removeReason: Option[String]
- val removeTime: Option[Date]
- val resourceProfileId: Int
- val resources: Map[String, ResourceInformation]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val totalCores: Int
- val totalDuration: Long
- val totalGCTime: Long
- val totalInputBytes: Long
- val totalShuffleRead: Long
- val totalShuffleWrite: Long
- val totalTasks: Int
- 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
- val blacklistedInStages: Set[Int]
- Annotations
- @deprecated
- Deprecated
(Since version 3.1.0) use excludedInStages instead
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- val isBlacklisted: Boolean
- Annotations
- @deprecated
- Deprecated
(Since version 3.1.0) use isExcluded instead