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 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.