Uses of Class
com.ibm.virtualization.management.GuestOSMemoryUsage
Package
Description
OpenJ9 management extensions relating to execution within a Guest
(Virtual Machine (VM)/Logical Partition (LPAR)) on top of a Hypervisor.
-
Uses of GuestOSMemoryUsage in com.ibm.virtualization.management
Modifier and TypeMethodDescriptionstatic GuestOSMemoryUsage
GuestOSMemoryUsage.from
(CompositeData cd) Receives aCompositeData
representing aGuestOSMemoryUsage
object and attempts to return the rootGuestOSMemoryUsage
instance.GuestOSMXBean.retrieveMemoryUsage()
Function instantiates aGuestOSMemoryUsage
object and populates it with the current snapshot of Memory Usage statistics of the Guest as seen by the Hypervisor.GuestOSMXBean.retrieveMemoryUsage
(GuestOSMemoryUsage gmUsage) Snapshot of the Guest Memory usage statistics as seen by the Hypervisor, returned as aGuestOSMemoryUsage
object.Modifier and TypeMethodDescriptionGuestOSMXBean.retrieveMemoryUsage
(GuestOSMemoryUsage gmUsage) Snapshot of the Guest Memory usage statistics as seen by the Hypervisor, returned as aGuestOSMemoryUsage
object. -
Uses of GuestOSMemoryUsage in com.ibm.virtualization.management.internal
Modifier and TypeMethodDescriptionGuestOS.retrieveMemoryUsage()
Function instantiates aGuestOSMemoryUsage
object and populates it with the current snapshot of Memory Usage statistics of the Guest as seen by the Hypervisor.GuestOS.retrieveMemoryUsage
(GuestOSMemoryUsage gmUsage) Snapshot of the Guest Memory usage statistics as seen by the Hypervisor, returned as aGuestOSMemoryUsage
object.Modifier and TypeMethodDescriptionGuestOS.retrieveMemoryUsage
(GuestOSMemoryUsage gmUsage) Snapshot of the Guest Memory usage statistics as seen by the Hypervisor, returned as aGuestOSMemoryUsage
object.static CompositeData
GuestOSMemoryUsageUtil.toCompositeData
(GuestOSMemoryUsage usage)