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