Uses of Class
com.ibm.lang.management.MemoryUsage
Packages that use MemoryUsage
Package
Description
OpenJ9 management extensions to java.lang.management.
-
Uses of MemoryUsage in com.ibm.lang.management
Methods in com.ibm.lang.management that return MemoryUsageModifier and TypeMethodDescriptionstatic MemoryUsageMemoryUsage.from(CompositeData cd) Receives aCompositeDatarepresenting aMemoryUsageOperatingSystemMXBean.retrieveMemoryUsage()Instantiates and returns an instance ofMemoryUsageobject that represents the current snapshot of Memory usage statistics.OperatingSystemMXBean.retrieveMemoryUsage(MemoryUsage memObj) Returns an updatedMemoryUsageobject that represents the current snapshot of Memory usage statistics.Methods in com.ibm.lang.management with parameters of type MemoryUsageModifier and TypeMethodDescriptionOperatingSystemMXBean.retrieveMemoryUsage(MemoryUsage memObj) Returns an updatedMemoryUsageobject that represents the current snapshot of Memory usage statistics. -
Uses of MemoryUsage in com.ibm.lang.management.internal
Methods in com.ibm.lang.management.internal that return MemoryUsageModifier and TypeMethodDescriptionfinal MemoryUsageExtendedOperatingSystemMXBeanImpl.retrieveMemoryUsage()Instantiates and returns an instance ofMemoryUsageobject that represents the current snapshot of Memory usage statistics.final MemoryUsageExtendedOperatingSystemMXBeanImpl.retrieveMemoryUsage(MemoryUsage memoryUsageObj) Returns an updatedMemoryUsageobject that represents the current snapshot of Memory usage statistics.Methods in com.ibm.lang.management.internal with parameters of type MemoryUsageModifier and TypeMethodDescriptionfinal MemoryUsageExtendedOperatingSystemMXBeanImpl.retrieveMemoryUsage(MemoryUsage memoryUsageObj) Returns an updatedMemoryUsageobject that represents the current snapshot of Memory usage statistics.static CompositeDataMemoryUsageUtil.toCompositeData(MemoryUsage usage)