Packages

package metrics

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package source

    Sources used in Spark's metrics system.

Type Members

  1. sealed trait ExecutorMetricType extends AnyRef

    Executor metric types for executor-level metrics stored in ExecutorMetrics.

  2. sealed trait SingleValueExecutorMetricType extends ExecutorMetricType

Value Members

  1. case object DirectPoolMemory extends MBeanExecutorMetricType with Product with Serializable
  2. case object GarbageCollectionMetrics extends ExecutorMetricType with Logging with Product with Serializable
  3. case object JVMHeapMemory extends SingleValueExecutorMetricType with Product with Serializable
  4. case object JVMOffHeapMemory extends SingleValueExecutorMetricType with Product with Serializable
  5. case object MappedPoolMemory extends MBeanExecutorMetricType with Product with Serializable
  6. case object OffHeapExecutionMemory extends MemoryManagerExecutorMetricType with Product with Serializable
  7. case object OffHeapStorageMemory extends MemoryManagerExecutorMetricType with Product with Serializable
  8. case object OffHeapUnifiedMemory extends MemoryManagerExecutorMetricType with Product with Serializable
  9. case object OnHeapExecutionMemory extends MemoryManagerExecutorMetricType with Product with Serializable
  10. case object OnHeapStorageMemory extends MemoryManagerExecutorMetricType with Product with Serializable
  11. case object OnHeapUnifiedMemory extends MemoryManagerExecutorMetricType with Product with Serializable
  12. case object ProcessTreeMetrics extends ExecutorMetricType with Product with Serializable

Ungrouped