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.

Value Members

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

Ungrouped