Uses of Class
io.tech1.framework.domain.hardware.bytes.ByteUnit
-
Packages that use ByteUnit Package Description io.tech1.framework.domain.hardware.bytes io.tech1.framework.domain.hardware.monitoring -
-
Uses of ByteUnit in io.tech1.framework.domain.hardware.bytes
Methods in io.tech1.framework.domain.hardware.bytes that return ByteUnit Modifier and Type Method Description ByteUnitByteAmount. getUnit()static ByteUnitByteUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static ByteUnit[]ByteUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.tech1.framework.domain.hardware.bytes that return types with arguments of type ByteUnit Modifier and Type Method Description Map<ByteUnit,Supplier<BigDecimal>>ByteSize. getMapping1()Map<ByteUnit,Function<Integer,BigDecimal>>ByteSize. getMapping2()Methods in io.tech1.framework.domain.hardware.bytes with parameters of type ByteUnit Modifier and Type Method Description BigDecimalByteSize. getBy(ByteUnit unit)BigDecimalByteSize. getBy(ByteUnit unit, int scale)Constructors in io.tech1.framework.domain.hardware.bytes with parameters of type ByteUnit Constructor Description ByteAmount(long bytes, ByteUnit unit) -
Uses of ByteUnit in io.tech1.framework.domain.hardware.monitoring
Methods in io.tech1.framework.domain.hardware.monitoring that return ByteUnit Modifier and Type Method Description ByteUnitHardwareMonitoringDatapoint. getUnit()
-