Uses of Class
com.ibm.virtualization.management.GuestOSMemoryUsage
Packages that use 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
Methods in com.ibm.virtualization.management that return GuestOSMemoryUsageModifier and TypeMethodDescriptionstatic GuestOSMemoryUsageGuestOSMemoryUsage.from(CompositeData cd) Receives aCompositeDatarepresenting aGuestOSMemoryUsageobject and attempts to return the rootGuestOSMemoryUsageinstance.GuestOSMXBean.retrieveMemoryUsage()Function instantiates aGuestOSMemoryUsageobject 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 aGuestOSMemoryUsageobject.Methods in com.ibm.virtualization.management with parameters of type GuestOSMemoryUsageModifier and TypeMethodDescriptionGuestOSMXBean.retrieveMemoryUsage(GuestOSMemoryUsage gmUsage) Snapshot of the Guest Memory usage statistics as seen by the Hypervisor, returned as aGuestOSMemoryUsageobject. -
Uses of GuestOSMemoryUsage in com.ibm.virtualization.management.internal
Methods in com.ibm.virtualization.management.internal that return GuestOSMemoryUsageModifier and TypeMethodDescriptionGuestOS.retrieveMemoryUsage()Function instantiates aGuestOSMemoryUsageobject 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 aGuestOSMemoryUsageobject.Methods in com.ibm.virtualization.management.internal with parameters of type GuestOSMemoryUsageModifier and TypeMethodDescriptionGuestOS.retrieveMemoryUsage(GuestOSMemoryUsage gmUsage) Snapshot of the Guest Memory usage statistics as seen by the Hypervisor, returned as aGuestOSMemoryUsageobject.static CompositeDataGuestOSMemoryUsageUtil.toCompositeData(GuestOSMemoryUsage usage)