package metrics
- Alphabetic
- Public
- All
Type Members
-
sealed
trait
ExecutorMetricType extends AnyRef
Executor metric types for executor-level metrics stored in ExecutorMetrics.
Value Members
- object DirectPoolMemory extends MBeanExecutorMetricType with Product with Serializable
- object JVMHeapMemory extends ExecutorMetricType with Product with Serializable
- object JVMOffHeapMemory extends ExecutorMetricType 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