Uses of Class
com.ibm.lang.management.MemoryUsage
Packages that use MemoryUsage
-
Uses of MemoryUsage in com.ibm.lang.management
Methods in com.ibm.lang.management that return MemoryUsageModifier 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.Methods in com.ibm.lang.management with parameters of type MemoryUsageModifier and TypeMethodDescriptionOperatingSystemMXBean.retrieveMemoryUsage
(MemoryUsage memObj) Returns an updatedMemoryUsage
object that represents the current snapshot of Memory usage statistics.