Packages

c

org.apache.spark.status.api.v1

ExecutorSummary

class ExecutorSummary extends AnyRef

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val completedTasks: Int
  10. val diskUsed: Long
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. val excludedInStages: Set[Int]
  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 isExcluded: 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 resourceProfileId: Int
  36. val resources: Map[String, ResourceInformation]
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. val totalCores: Int
  40. val totalDuration: Long
  41. val totalGCTime: Long
  42. val totalInputBytes: Long
  43. val totalShuffleRead: Long
  44. val totalShuffleWrite: Long
  45. val totalTasks: Int
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. val blacklistedInStages: Set[Int]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) use excludedInStages instead

  2. val isBlacklisted: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) use isExcluded instead

Inherited from AnyRef

Inherited from Any

Ungrouped