Interface ExecutorMetricType

All Known Subinterfaces:
SingleValueExecutorMetricType

public interface ExecutorMetricType
Executor metric types for executor-level metrics stored in ExecutorMetrics.
  • Method Summary

    Modifier and Type
    Method
    Description
    long[]
    getMetricValues(org.apache.spark.memory.MemoryManager memoryManager)
     
    scala.collection.Seq<String>
     
  • Method Details

    • getMetricValues

      long[] getMetricValues(org.apache.spark.memory.MemoryManager memoryManager)
    • names

      scala.collection.Seq<String> names()