Class HardwareMonitoringDatapoint
- java.lang.Object
-
- io.tech1.framework.domain.hardware.monitoring.HardwareMonitoringDatapoint
-
public class HardwareMonitoringDatapoint extends Object
-
-
Constructor Summary
Constructors Constructor Description HardwareMonitoringDatapoint(GlobalMemory global, CpuMemory cpu, HeapMemory heap)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)BigDecimalgetCpu()Tuple3<TuplePercentage,TuplePercentage,TuplePercentage>getGlobal()TuplePercentagegetHeap()HardwareMonitoringMaxValuesgetMaxValues()longgetTimestamp()ByteUnitgetUnit()inthashCode()HardwareMonitoringDatapointTableViewtableView(HardwareMonitoringThresholds thresholds)StringtoString()static HardwareMonitoringDatapointzeroUsage()
-
-
-
Constructor Detail
-
HardwareMonitoringDatapoint
public HardwareMonitoringDatapoint(GlobalMemory global, CpuMemory cpu, HeapMemory heap)
-
-
Method Detail
-
zeroUsage
public static HardwareMonitoringDatapoint zeroUsage()
-
tableView
public HardwareMonitoringDatapointTableView tableView(HardwareMonitoringThresholds thresholds)
-
getUnit
public ByteUnit getUnit()
-
getGlobal
public Tuple3<TuplePercentage,TuplePercentage,TuplePercentage> getGlobal()
-
getCpu
public BigDecimal getCpu()
-
getHeap
public TuplePercentage getHeap()
-
getMaxValues
public HardwareMonitoringMaxValues getMaxValues()
-
getTimestamp
public long getTimestamp()
-
canEqual
protected boolean canEqual(Object other)
-
-