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