Uses of Class
com.ibm.lang.management.MemoryUsage
-
Packages that use MemoryUsage Package Description com.ibm.lang.management OpenJ9 management extensions to java.lang.management.com.ibm.lang.management.internal -
-
Uses of MemoryUsage in com.ibm.lang.management
Methods in com.ibm.lang.management that return MemoryUsage Modifier and Type Method Description static MemoryUsage
MemoryUsage. from(CompositeData cd)
Receives aCompositeData
representing aMemoryUsage
MemoryUsage
OperatingSystemMXBean. retrieveMemoryUsage()
Instantiates and returns an instance ofMemoryUsage
object that represents the current snapshot of Memory usage statistics.MemoryUsage
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 MemoryUsage Modifier and Type Method Description MemoryUsage
OperatingSystemMXBean. 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
Methods in com.ibm.lang.management.internal with parameters of type MemoryUsage Modifier and Type Method Description static CompositeData
MemoryUsageUtil. toCompositeData(MemoryUsage usage)
-