Uses of Class
io.tech1.framework.domain.hardware.monitoring.HardwareMonitoringThresholds
-
Packages that use HardwareMonitoringThresholds Package Description io.tech1.framework.domain.hardware.monitoring io.tech1.framework.domain.utilities.random -
-
Uses of HardwareMonitoringThresholds in io.tech1.framework.domain.hardware.monitoring
Methods in io.tech1.framework.domain.hardware.monitoring with parameters of type HardwareMonitoringThresholds Modifier and Type Method Description HardwareMonitoringDatapointTableViewHardwareMonitoringDatapoint. tableView(HardwareMonitoringThresholds thresholds)Constructors in io.tech1.framework.domain.hardware.monitoring with parameters of type HardwareMonitoringThresholds Constructor Description HardwareMonitoringDatapointTableRow(HardwareName hardwareName, long timestamp, BigDecimal usage, String value, HardwareMonitoringThresholds thresholds) -
Uses of HardwareMonitoringThresholds in io.tech1.framework.domain.utilities.random
Methods in io.tech1.framework.domain.utilities.random that return HardwareMonitoringThresholds Modifier and Type Method Description static HardwareMonitoringThresholdsRandomUtility. randomHardwareMonitoringThresholds()
-