Uses of Class
io.tech1.framework.domain.hardware.monitoring.HardwareName
-
Packages that use HardwareName Package Description io.tech1.framework.domain.hardware.monitoring io.tech1.framework.domain.properties.configs -
-
Uses of HardwareName in io.tech1.framework.domain.hardware.monitoring
Methods in io.tech1.framework.domain.hardware.monitoring that return HardwareName Modifier and Type Method Description HardwareNameHardwareMonitoringDatapointTableRow. getHardwareName()static HardwareNameHardwareName. valueOf(String name)Returns the enum constant of this type with the specified name.static HardwareName[]HardwareName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.tech1.framework.domain.hardware.monitoring that return types with arguments of type HardwareName Modifier and Type Method Description Map<HardwareName,HardwareMonitoringThreshold>HardwareMonitoringThresholds. getThresholds()Constructors in io.tech1.framework.domain.hardware.monitoring with parameters of type HardwareName Constructor Description HardwareMonitoringDatapointTableRow(HardwareName hardwareName, long timestamp, BigDecimal usage, String value, HardwareMonitoringThresholds thresholds)Constructor parameters in io.tech1.framework.domain.hardware.monitoring with type arguments of type HardwareName Constructor Description HardwareMonitoringThresholds(Map<HardwareName,BigDecimal> thresholds) -
Uses of HardwareName in io.tech1.framework.domain.properties.configs
Methods in io.tech1.framework.domain.properties.configs that return types with arguments of type HardwareName Modifier and Type Method Description Map<HardwareName,BigDecimal>HardwareMonitoringConfigs. getThresholdsConfigs()Method parameters in io.tech1.framework.domain.properties.configs with type arguments of type HardwareName Modifier and Type Method Description static HardwareMonitoringConfigsHardwareMonitoringConfigs. of(boolean enabled, Map<HardwareName,BigDecimal> thresholdsConfigs)voidHardwareMonitoringConfigs. setThresholdsConfigs(Map<HardwareName,BigDecimal> thresholdsConfigs)
-