package metrics
- Alphabetic
 
- Public
 - All
 
Type Members
- 
      
      
      
        
      
    
      
        sealed 
        trait
      
      
        ExecutorMetricType extends AnyRef
      
      
      
Executor metric types for executor-level metrics stored in ExecutorMetrics.
 -  sealed trait SingleValueExecutorMetricType extends ExecutorMetricType
 
Value Members
-  object DirectPoolMemory extends MBeanExecutorMetricType with Product with Serializable
 -  object GarbageCollectionMetrics extends ExecutorMetricType with Logging with Product with Serializable
 -  object JVMHeapMemory extends SingleValueExecutorMetricType with Product with Serializable
 -  object JVMOffHeapMemory extends SingleValueExecutorMetricType with Product with Serializable
 -  object MappedPoolMemory extends MBeanExecutorMetricType with Product with Serializable
 -  object OffHeapExecutionMemory extends MemoryManagerExecutorMetricType with Product with Serializable
 -  object OffHeapStorageMemory extends MemoryManagerExecutorMetricType with Product with Serializable
 -  object OffHeapUnifiedMemory extends MemoryManagerExecutorMetricType with Product with Serializable
 -  object OnHeapExecutionMemory extends MemoryManagerExecutorMetricType with Product with Serializable
 -  object OnHeapStorageMemory extends MemoryManagerExecutorMetricType with Product with Serializable
 -  object OnHeapUnifiedMemory extends MemoryManagerExecutorMetricType with Product with Serializable
 -  object ProcessTreeMetrics extends ExecutorMetricType with Product with Serializable