Uses of Class
com.ibm.lang.management.ProcessorUsage
Packages that use ProcessorUsage
Package
Description
OpenJ9 management extensions to java.lang.management.
-
Uses of ProcessorUsage in com.ibm.lang.management
Methods in com.ibm.lang.management that return ProcessorUsageModifier and TypeMethodDescriptionstatic ProcessorUsageProcessorUsage.from(CompositeData cd) Receives aCompositeDatarepresenting aProcessorUsageobject and attempts to return the rootProcessorUsageinstance.OperatingSystemMXBean.retrieveProcessorUsage()Instantiates and returns an array ofProcessorUsageobjects that represent the current snapshot of individual Processor usage times.OperatingSystemMXBean.retrieveProcessorUsage(ProcessorUsage[] procArray) Returns an updated array ofProcessorUsageobjects that represent the current snapshot of individual Processor usage times.OperatingSystemMXBean.retrieveTotalProcessorUsage()Instantiate and return a newProcessorUsageobject that represents the current snapshot of Processor usage statistics.OperatingSystemMXBean.retrieveTotalProcessorUsage(ProcessorUsage procObj) Returns an updatedProcessorUsageobject that represents the current snapshot of Processor usage statistics.Methods in com.ibm.lang.management with parameters of type ProcessorUsageModifier and TypeMethodDescriptionOperatingSystemMXBean.retrieveProcessorUsage(ProcessorUsage[] procArray) Returns an updated array ofProcessorUsageobjects that represent the current snapshot of individual Processor usage times.OperatingSystemMXBean.retrieveTotalProcessorUsage(ProcessorUsage procObj) Returns an updatedProcessorUsageobject that represents the current snapshot of Processor usage statistics. -
Uses of ProcessorUsage in com.ibm.lang.management.internal
Methods in com.ibm.lang.management.internal that return ProcessorUsageModifier and TypeMethodDescriptionfinal ProcessorUsage[]ExtendedOperatingSystemMXBeanImpl.retrieveProcessorUsage()Instantiates and returns an array ofProcessorUsageobjects that represent the current snapshot of individual Processor usage times.final ProcessorUsage[]ExtendedOperatingSystemMXBeanImpl.retrieveProcessorUsage(ProcessorUsage[] procUsageArr) Returns an updated array ofProcessorUsageobjects that represent the current snapshot of individual Processor usage times.final ProcessorUsageExtendedOperatingSystemMXBeanImpl.retrieveTotalProcessorUsage()Instantiate and return a newProcessorUsageobject that represents the current snapshot of Processor usage statistics.final ProcessorUsageExtendedOperatingSystemMXBeanImpl.retrieveTotalProcessorUsage(ProcessorUsage procUsageObj) Returns an updatedProcessorUsageobject that represents the current snapshot of Processor usage statistics.Methods in com.ibm.lang.management.internal with parameters of type ProcessorUsageModifier and TypeMethodDescriptionfinal ProcessorUsage[]ExtendedOperatingSystemMXBeanImpl.retrieveProcessorUsage(ProcessorUsage[] procUsageArr) Returns an updated array ofProcessorUsageobjects that represent the current snapshot of individual Processor usage times.final ProcessorUsageExtendedOperatingSystemMXBeanImpl.retrieveTotalProcessorUsage(ProcessorUsage procUsageObj) Returns an updatedProcessorUsageobject that represents the current snapshot of Processor usage statistics.static CompositeDataProcessorUsageUtil.toCompositeData(ProcessorUsage usage)