java.lang.Object
com.ibm.j9ddr.vm29.j9.SystemMonitor
com.ibm.j9ddr.vm29.j9.SystemMonitorThreeTier_V1
- All Implemented Interfaces:
Comparable<SystemMonitor>
-
Field Summary
Fields declared in class com.ibm.j9ddr.vm29.j9.SystemMonitor
monitor
-
Constructor Summary
ModifierConstructorDescriptionprotected
SystemMonitorThreeTier_V1
(com.ibm.j9ddr.vm29.pointer.generated.J9ThreadMonitorPointer monitor) -
Method Summary
Methods declared in class com.ibm.j9ddr.vm29.j9.SystemMonitor
compareTo, fromJ9ThreadMonitor, getCount, getName, getOwner, getRawMonitor
-
Constructor Details
-
SystemMonitorThreeTier_V1
protected SystemMonitorThreeTier_V1(com.ibm.j9ddr.vm29.pointer.generated.J9ThreadMonitorPointer monitor)
-
-
Method Details
-
isContended
- Throws:
CorruptDataException
-
getWaitingThreads
public List<com.ibm.j9ddr.vm29.pointer.generated.J9ThreadPointer> getWaitingThreads() throws CorruptDataException- Throws:
CorruptDataException
-
getBlockedThreads
public List<com.ibm.j9ddr.vm29.pointer.generated.J9ThreadPointer> getBlockedThreads() throws CorruptDataException- Throws:
CorruptDataException
-