Uses of Class
io.tech1.framework.domain.hardware.bytes.ByteSize
-
Packages that use ByteSize Package Description io.tech1.framework.domain.hardware.bytes io.tech1.framework.domain.hardware.memories io.tech1.framework.domain.hardware.monitoring -
-
Uses of ByteSize in io.tech1.framework.domain.hardware.bytes
Methods in io.tech1.framework.domain.hardware.bytes that return ByteSize Modifier and Type Method Description static ByteSizeByteSize. gigabyte()static ByteSizeByteSize. kilobyte()static ByteSizeByteSize. megabyte() -
Uses of ByteSize in io.tech1.framework.domain.hardware.memories
Methods in io.tech1.framework.domain.hardware.memories that return ByteSize Modifier and Type Method Description ByteSizeGlobalMemory. getAvailable()ByteSizeHeapMemory. getCommitted()ByteSizeHeapMemory. getInitial()ByteSizeHeapMemory. getMax()ByteSizeGlobalMemory. getSwapTotal()ByteSizeGlobalMemory. getSwapUsed()ByteSizeGlobalMemory. getTotal()ByteSizeHeapMemory. getUsed()ByteSizeGlobalMemory. getVirtualTotal()ByteSizeGlobalMemory. getVirtualUsed() -
Uses of ByteSize in io.tech1.framework.domain.hardware.monitoring
Methods in io.tech1.framework.domain.hardware.monitoring that return ByteSize Modifier and Type Method Description ByteSizeHardwareMonitoringMaxValues. getHeap()ByteSizeHardwareMonitoringMaxValues. getServer()ByteSizeHardwareMonitoringMaxValues. getSwap()ByteSizeHardwareMonitoringMaxValues. getVirtual()
-