Packages

c

org.apache.spark.status.api.v1

ExecutorSummary

class ExecutorSummary extends AnyRef

Source
api.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExecutorSummary
  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 activeTasks: Int
  5. val addTime: Date
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val attributes: Map[String, String]
  8. val blacklistedInStages: Set[Int]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. val completedTasks: Int
  11. val diskUsed: Long
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. val executorLogs: Map[String, String]
  15. val failedTasks: Int
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val hostPort: String
  20. val id: String
  21. val isActive: Boolean
  22. val isBlacklisted: Boolean
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val maxMemory: Long
  25. val maxTasks: Int
  26. val memoryMetrics: Option[MemoryMetrics]
  27. val memoryUsed: Long
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val peakMemoryMetrics: Option[ExecutorMetrics]
  32. val rddBlocks: Int
  33. val removeReason: Option[String]
  34. val removeTime: Option[Date]
  35. val resources: Map[String, ResourceInformation]
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. val totalCores: Int
  39. val totalDuration: Long
  40. val totalGCTime: Long
  41. val totalInputBytes: Long
  42. val totalShuffleRead: Long
  43. val totalShuffleWrite: Long
  44. val totalTasks: Int
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped