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