Uses of Class
io.tech1.framework.domain.tuples.TuplePercentage
-
Packages that use TuplePercentage Package Description io.tech1.framework.domain.hardware.monitoring io.tech1.framework.domain.tuples -
-
Uses of TuplePercentage in io.tech1.framework.domain.hardware.monitoring
Methods in io.tech1.framework.domain.hardware.monitoring that return TuplePercentage Modifier and Type Method Description TuplePercentageHardwareMonitoringDatapoint. getHeap()Methods in io.tech1.framework.domain.hardware.monitoring that return types with arguments of type TuplePercentage Modifier and Type Method Description Tuple3<TuplePercentage,TuplePercentage,TuplePercentage>HardwareMonitoringDatapoint. getGlobal()Tuple3<TuplePercentage,TuplePercentage,TuplePercentage>HardwareMonitoringDatapoint. getGlobal()Tuple3<TuplePercentage,TuplePercentage,TuplePercentage>HardwareMonitoringDatapoint. getGlobal() -
Uses of TuplePercentage in io.tech1.framework.domain.tuples
Methods in io.tech1.framework.domain.tuples that return TuplePercentage Modifier and Type Method Description static TuplePercentageTuplePercentage. of(BigDecimal value, BigDecimal percentage)static TuplePercentageTuplePercentage. of(BigDecimal value, BigDecimal maxValue, int valueScale, int percentageScale)static TuplePercentageTuplePercentage. oneHundred()static TuplePercentageTuplePercentage. progressTuplePercentage(long value, long maxValue)static TuplePercentageTuplePercentage. progressTuplePercentage(BigDecimal value, BigDecimal maxValue)static TuplePercentageTuplePercentage. zero()
-