Uses of Class
io.tech1.framework.domain.hardware.memories.CpuMemory
-
Packages that use CpuMemory Package Description io.tech1.framework.domain.hardware.memories io.tech1.framework.domain.hardware.monitoring io.tech1.framework.domain.tests.constants -
-
Uses of CpuMemory in io.tech1.framework.domain.hardware.memories
Methods in io.tech1.framework.domain.hardware.memories that return CpuMemory Modifier and Type Method Description CpuMemorySystemMemories. getCpu()static CpuMemoryCpuMemory. zeroUsage()Constructors in io.tech1.framework.domain.hardware.memories with parameters of type CpuMemory Constructor Description SystemMemories(GlobalMemory global, CpuMemory cpu) -
Uses of CpuMemory in io.tech1.framework.domain.hardware.monitoring
Constructors in io.tech1.framework.domain.hardware.monitoring with parameters of type CpuMemory Constructor Description HardwareMonitoringDatapoint(GlobalMemory global, CpuMemory cpu, HeapMemory heap) -
Uses of CpuMemory in io.tech1.framework.domain.tests.constants
Fields in io.tech1.framework.domain.tests.constants declared as CpuMemory Modifier and Type Field Description static CpuMemoryTestsHardwareConstants. CPU_MEMORY
-