Package org.apache.spark.metrics
Interface SingleValueExecutorMetricType
- All Superinterfaces:
ExecutorMetricType
-
Method Summary
Modifier and TypeMethodDescriptionlong
getMetricValue
(org.apache.spark.memory.MemoryManager memoryManager) long[]
getMetricValues
(org.apache.spark.memory.MemoryManager memoryManager) scala.collection.Seq<String>
names()
-
Method Details
-
getMetricValue
long getMetricValue(org.apache.spark.memory.MemoryManager memoryManager) -
getMetricValues
long[] getMetricValues(org.apache.spark.memory.MemoryManager memoryManager) - Specified by:
getMetricValues
in interfaceExecutorMetricType
-
names
scala.collection.Seq<String> names()- Specified by:
names
in interfaceExecutorMetricType
-