|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<QOSParameter>
com.ace.moab.api.credential.qos.QOSParameter
public enum QOSParameter
Enum Constant Summary | |
---|---|
ACLBLTHRESHOLD
A job with this QoS can access reservations with a corresponding QoS ACL only if the specified backlog threshold is reached. |
|
ACLQTTHRESHOLD
A job with this QoS can access reservations with a corresponding QoS ACL only if the specified queue time threshold is reached. |
|
ACLXFTHRESHOLD
A job with this QoS can access reservations with a corresponding QoS ACL only if the specified xfactor threshold is reached. |
|
POWERBLTHRESHOLD
A job with this QoS turns nodes on with the green policy if the specified backlog threshold is reached. |
|
POWERQTTHRESHOLD
A job with this QoS turns nodes on with the green policy if the specified queue time threshold is reached. |
|
POWERXFTHRESHOLD
A job with this QoS turns nodes on with the green policy if the specified expansion factor threshold is reached. |
|
PREEMPTQTTHRESHOLD
A job with this QoS becomes a preemptor if the specified queuetime threshold is reached. |
|
PREEMPTXFTHRESHOLD
A job with this QoS becomes a preemptor if the specified xfactor threshold is reached. |
|
QTTARGET
The QoS queuetime target affecting a job's target priority component and QoS delivered. |
|
RSVQTTHRESHOLD
A job with this QoS becomes can create a job reservation to guarantee resource access if the specified queuetime threshold is reached. |
|
RSVXFTHRESHOLD
A job with this QoS becomes can create a job reservation to guarantee resource access if the specified xfactor threshold is reached. |
|
TRIGGERQTTHRESHOLD
If a job with this QoS fails to run before this threshold is reached, any failure variables on triggers associated with this job will be set. |
|
TRIGGERXFTHRESHOLD
If a job with this QoS has its expansion factor go over this threshold, any failure variables on triggers associated with this job will be set. |
|
XFTARGET
The QoS xfactor target affecting a job's target priority component and QoS delivered. |
Method Summary | |
---|---|
java.lang.String |
getCommandString()
Builds a string used to place the qos parameter into a command. |
static QOSParameter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QOSParameter[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final QOSParameter ACLBLTHRESHOLD
public static final QOSParameter ACLQTTHRESHOLD
public static final QOSParameter ACLXFTHRESHOLD
public static final QOSParameter POWERBLTHRESHOLD
public static final QOSParameter POWERQTTHRESHOLD
public static final QOSParameter POWERXFTHRESHOLD
public static final QOSParameter PREEMPTQTTHRESHOLD
public static final QOSParameter PREEMPTXFTHRESHOLD
public static final QOSParameter QTTARGET
public static final QOSParameter RSVQTTHRESHOLD
public static final QOSParameter RSVXFTHRESHOLD
public static final QOSParameter TRIGGERQTTHRESHOLD
public static final QOSParameter TRIGGERXFTHRESHOLD
public static final QOSParameter XFTARGET
Method Detail |
---|
public static final QOSParameter[] values()
for(QOSParameter c : QOSParameter.values()) System.out.println(c);
public static QOSParameter valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic java.lang.String getCommandString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |