Uses of Class
com.ibm.lang.management.ProcessorUsage
-
Packages that use ProcessorUsage Package Description com.ibm.lang.management OpenJ9 management extensions to java.lang.management.com.ibm.lang.management.internal -
-
Uses of ProcessorUsage in com.ibm.lang.management
Methods in com.ibm.lang.management that return ProcessorUsage Modifier and Type Method Description static ProcessorUsage
ProcessorUsage. from(CompositeData cd)
Receives aCompositeData
representing aProcessorUsage
object and attempts to return the rootProcessorUsage
instance.ProcessorUsage[]
OperatingSystemMXBean. retrieveProcessorUsage()
Instantiates and returns an array ofProcessorUsage
objects that represent the current snapshot of individual Processor usage times.ProcessorUsage[]
OperatingSystemMXBean. retrieveProcessorUsage(ProcessorUsage[] procArray)
Returns an updated array ofProcessorUsage
objects that represent the current snapshot of individual Processor usage times.ProcessorUsage
OperatingSystemMXBean. retrieveTotalProcessorUsage()
Instantiate and return a newProcessorUsage
object that represents the current snapshot of Processor usage statistics.ProcessorUsage
OperatingSystemMXBean. retrieveTotalProcessorUsage(ProcessorUsage procObj)
Returns an updatedProcessorUsage
object that represents the current snapshot of Processor usage statistics.Methods in com.ibm.lang.management with parameters of type ProcessorUsage Modifier and Type Method Description ProcessorUsage[]
OperatingSystemMXBean. retrieveProcessorUsage(ProcessorUsage[] procArray)
Returns an updated array ofProcessorUsage
objects that represent the current snapshot of individual Processor usage times.ProcessorUsage
OperatingSystemMXBean. retrieveTotalProcessorUsage(ProcessorUsage procObj)
Returns an updatedProcessorUsage
object 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 with parameters of type ProcessorUsage Modifier and Type Method Description static CompositeData
ProcessorUsageUtil. toCompositeData(ProcessorUsage usage)
-