Uses of Class
org.terracotta.angela.common.metrics.HardwareMetric
-
Packages that use HardwareMetric Package Description org.terracotta.angela.common.metrics -
-
Uses of HardwareMetric in org.terracotta.angela.common.metrics
Methods in org.terracotta.angela.common.metrics that return HardwareMetric Modifier and Type Method Description static HardwareMetricHardwareMetric. valueOf(String name)Returns the enum constant of this type with the specified name.static HardwareMetric[]HardwareMetric. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.terracotta.angela.common.metrics with parameters of type HardwareMetric Modifier and Type Method Description booleanHardwareMetricsCollector. isMonitoringRunning(HardwareMetric hardwareMetric)Method parameters in org.terracotta.angela.common.metrics with type arguments of type HardwareMetric Modifier and Type Method Description voidHardwareMetricsCollector. startMonitoring(Path installLocation, Map<HardwareMetric,MonitoringCommand> commands)
-