public interface QueueInstanceSummary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArch()
Get the architecture of the queue instance
|
java.util.List<java.lang.String> |
getExplainMessageList()
Get the list of explain messages
|
int |
getFreeSlots()
Deprecated.
|
java.util.List<JobSummary> |
getJobList()
Get the list of jobs which are assigned to the queue instance
|
java.lang.String |
getLoadAlarmReason()
Get the load alarm reason for the queue instance
|
double |
getLoadAvg()
Get the load average of the queue instance.
|
java.lang.String |
getLoadAvgStr()
Get the string representation of the load average
|
java.lang.String |
getName()
Get the name of the queue instance
|
java.lang.String |
getQueueType()
Get the type of the queue
|
int |
getReservedSlots()
Get the number of reserved slots.
|
java.util.Set<java.lang.String> |
getResourceDominanceSet()
Get avaialable dominances for the resource values
|
java.util.Set<java.lang.String> |
getResourceNames(java.lang.String dom)
Get all resources names which have the dominane
dom |
java.lang.String |
getResourceValue(java.lang.String dom,
java.lang.String name)
Get a resource value
|
java.lang.String |
getState()
Get the state of the queue instance
|
java.lang.String |
getSuspendAlarmReason()
Get the suspend alarm reason for the queue instance
|
int |
getTotalSlots()
Get the number of total slots
|
int |
getUsedSlots()
Get the number of used slots.
|
boolean |
hasLoadValue()
Determine if the queue instance has a load value
|
boolean |
isHasLoadValueFromObject()
Determine if the load value is derived from an object
|
java.lang.String getName()
java.lang.String getQueueType()
int getReservedSlots()
int getUsedSlots()
@Deprecated int getFreeSlots()
int getTotalSlots()
java.lang.String getArch()
java.lang.String getState()
java.lang.String getLoadAvgStr()
boolean hasLoadValue()
true
if the queue instance has a load valueboolean isHasLoadValueFromObject()
true
if the load value is derived from an objectdouble getLoadAvg()
hasHasLoadValue
returns true
.hasLoadValue()
java.util.List<JobSummary> getJobList()
JobSummary
)java.lang.String getLoadAlarmReason()
java.lang.String getSuspendAlarmReason()
java.util.List<java.lang.String> getExplainMessageList()
java.util.Set<java.lang.String> getResourceDominanceSet()
java.util.Set<java.lang.String> getResourceNames(java.lang.String dom)
dom
java.lang.String getResourceValue(java.lang.String dom, java.lang.String name)
dom
- dominance of the resource valuename
- name of the resourceCopyright © 2007 Sun Microsystems, Inc. All rights reserved.