Uses of Class
com.ibm.lang.management.MemoryUsage
Package
Description
OpenJ9 management extensions to java.lang.management.
-
Uses of MemoryUsage in com.ibm.lang.management
Modifier and TypeMethodDescriptionstatic MemoryUsage
MemoryUsage.from
(CompositeData cd) Receives aCompositeData
representing aMemoryUsage
OperatingSystemMXBean.retrieveMemoryUsage()
Instantiates and returns an instance ofMemoryUsage
object that represents the current snapshot of Memory usage statistics.OperatingSystemMXBean.retrieveMemoryUsage
(MemoryUsage memObj) Returns an updatedMemoryUsage
object that represents the current snapshot of Memory usage statistics.Modifier and TypeMethodDescriptionOperatingSystemMXBean.retrieveMemoryUsage
(MemoryUsage memObj) Returns an updatedMemoryUsage
object that represents the current snapshot of Memory usage statistics. -
Uses of MemoryUsage in com.ibm.lang.management.internal
Modifier and TypeMethodDescriptionfinal MemoryUsage
ExtendedOperatingSystemMXBeanImpl.retrieveMemoryUsage()
Instantiates and returns an instance ofMemoryUsage
object that represents the current snapshot of Memory usage statistics.final MemoryUsage
ExtendedOperatingSystemMXBeanImpl.retrieveMemoryUsage
(MemoryUsage memoryUsageObj) Returns an updatedMemoryUsage
object that represents the current snapshot of Memory usage statistics.Modifier and TypeMethodDescriptionfinal MemoryUsage
ExtendedOperatingSystemMXBeanImpl.retrieveMemoryUsage
(MemoryUsage memoryUsageObj) Returns an updatedMemoryUsage
object that represents the current snapshot of Memory usage statistics.static CompositeData
MemoryUsageUtil.toCompositeData
(MemoryUsage usage)