Packages

p

org.apache.spark

metrics

package metrics

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

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. object DirectPoolMemory extends MBeanExecutorMetricType with Product with Serializable
  2. object GarbageCollectionMetrics extends ExecutorMetricType with Logging with Product with Serializable
  3. object JVMHeapMemory extends SingleValueExecutorMetricType with Product with Serializable
  4. object JVMOffHeapMemory extends SingleValueExecutorMetricType with Product with Serializable
  5. object MappedPoolMemory extends MBeanExecutorMetricType with Product with Serializable
  6. object OffHeapExecutionMemory extends MemoryManagerExecutorMetricType with Product with Serializable
  7. object OffHeapStorageMemory extends MemoryManagerExecutorMetricType with Product with Serializable
  8. object OffHeapUnifiedMemory extends MemoryManagerExecutorMetricType with Product with Serializable
  9. object OnHeapExecutionMemory extends MemoryManagerExecutorMetricType with Product with Serializable
  10. object OnHeapStorageMemory extends MemoryManagerExecutorMetricType with Product with Serializable
  11. object OnHeapUnifiedMemory extends MemoryManagerExecutorMetricType with Product with Serializable
  12. object ProcessTreeMetrics extends ExecutorMetricType with Product with Serializable

Ungrouped