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