Uses of Class
io.tech1.framework.domain.hardware.memories.HeapMemory
-
-
Uses of HeapMemory in io.tech1.framework.domain.hardware.memories
Methods in io.tech1.framework.domain.hardware.memories that return HeapMemory Modifier and Type Method Description static HeapMemoryHeapMemory. zeroUsage() -
Uses of HeapMemory in io.tech1.framework.domain.hardware.monitoring
Constructors in io.tech1.framework.domain.hardware.monitoring with parameters of type HeapMemory Constructor Description HardwareMonitoringDatapoint(GlobalMemory global, CpuMemory cpu, HeapMemory heap)HardwareMonitoringMaxValues(GlobalMemory global, HeapMemory heap) -
Uses of HeapMemory in io.tech1.framework.domain.tests.constants
Fields in io.tech1.framework.domain.tests.constants declared as HeapMemory Modifier and Type Field Description static HeapMemoryTestsHardwareConstants. HEAP_MEMORY -
Uses of HeapMemory in io.tech1.framework.domain.utilities.hardware
Methods in io.tech1.framework.domain.utilities.hardware that return HeapMemory Modifier and Type Method Description static HeapMemoryHardwareUtility. getHeapMemory()
-