Uses of Class
com.ibm.lang.management.MemoryUsageRetrievalException
-
Packages that use MemoryUsageRetrievalException Package Description com.ibm.lang.management OpenJ9 management extensions to java.lang.management. -
-
Uses of MemoryUsageRetrievalException in com.ibm.lang.management
Methods in com.ibm.lang.management that throw MemoryUsageRetrievalException Modifier and Type Method Description 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.
-