public class ResourceContention
extends java.lang.Object
An object containing information about a resource contention.
QueryContention,
QueryContentionResult| Modifier and Type | Method and Description |
|---|---|
int |
getContentionId()
Return the ID of the SRM service the resource contention was assigned to:
1 = Standard enqueue hold
2 = Short time enqueue hold
3 = Chronic resource contention
|
int |
getCount()
Return the count of the resource contentions signaled to SRM for this Subsystem type,
Subsystem name, and contention ID combination.
|
long |
getStartTimeInMillis()
Return the time when the resource contention starts in Unix Epoch milliseconds.
|
byte[] |
getStartTimeInSTCK()
Return the time when the resource contention starts in STCK format.
|
java.lang.String |
getSubsystemName()
Return the name of the subsystem instance with the resource contention.
|
java.lang.String |
getSubsystemType()
Return the generic subsystem type of the resource contention.
|
public java.lang.String getSubsystemType()
public java.lang.String getSubsystemName()
public byte[] getStartTimeInSTCK()
public long getStartTimeInMillis()
public int getContentionId()
public int getCount()