Interface SingleValueExecutorMetricType

All Superinterfaces:
ExecutorMetricType

public interface SingleValueExecutorMetricType extends ExecutorMetricType
  • Method Summary

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

    • getMetricValue

      long getMetricValue(org.apache.spark.memory.MemoryManager memoryManager)
    • getMetricValues

      long[] getMetricValues(org.apache.spark.memory.MemoryManager memoryManager)
      Specified by:
      getMetricValues in interface ExecutorMetricType
    • names

      scala.collection.Seq<String> names()
      Specified by:
      names in interface ExecutorMetricType