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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. val hostPort: String
  19. val id: String
  20. val isActive: Boolean
  21. val isExcluded: Boolean
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val maxMemory: Long
  24. val maxTasks: Int
  25. val memoryMetrics: Option[MemoryMetrics]
  26. val memoryUsed: Long
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. val peakMemoryMetrics: Option[ExecutorMetrics]
  31. val rddBlocks: Int
  32. val removeReason: Option[String]
  33. val removeTime: Option[Date]
  34. val resourceProfileId: Int
  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(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version 3.1.0) use excludedInStages instead

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  3. val isBlacklisted: Boolean
    Annotations
    @deprecated
    Deprecated

    (Since version 3.1.0) use isExcluded instead

Inherited from AnyRef

Inherited from Any

Ungrouped