|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DynamicJobAttribute>
com.ace.moab.api.jobs.DynamicJobAttribute
public enum DynamicJobAttribute
Enum Constant Summary | |
---|---|
ALLOC_DELAY
Allocation delay |
|
ALLOC_SIZE
Allocation size |
|
BACKLOG
Target application backlog |
|
NODE
Node range |
|
PROC
Processor range |
|
RESCPULOAD
? |
|
RESMEMLOAD
? |
|
RESNETLOAD
? |
|
RESPONSETIME
Target application response time |
|
THROUGHPUT
Target application throughput |
|
TLOAD
Target application load |
Method Summary | |
---|---|
java.lang.String |
getMoabName()
|
java.lang.Class<? extends java.lang.Number> |
getNumberClass()
|
static DynamicJobAttribute |
parseXMLString(java.lang.String tagName)
Attempts to parse a tag name to the appropriate Dynamic Attribute. |
java.lang.String |
toCommandString()
|
java.lang.String |
toHumanString()
|
java.lang.String |
toString()
|
static DynamicJobAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DynamicJobAttribute[] |
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, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DynamicJobAttribute ALLOC_DELAY
public static final DynamicJobAttribute ALLOC_SIZE
public static final DynamicJobAttribute BACKLOG
public static final DynamicJobAttribute NODE
public static final DynamicJobAttribute PROC
public static final DynamicJobAttribute RESPONSETIME
public static final DynamicJobAttribute THROUGHPUT
public static final DynamicJobAttribute RESCPULOAD
public static final DynamicJobAttribute RESMEMLOAD
public static final DynamicJobAttribute RESNETLOAD
public static final DynamicJobAttribute TLOAD
Method Detail |
---|
public static final DynamicJobAttribute[] values()
for(DynamicJobAttribute c : DynamicJobAttribute.values()) System.out.println(c);
public static DynamicJobAttribute 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.Class<? extends java.lang.Number> getNumberClass()
public java.lang.String getMoabName()
public java.lang.String toString()
toString
in class java.lang.Enum<DynamicJobAttribute>
public java.lang.String toCommandString()
public java.lang.String toHumanString()
public static DynamicJobAttribute parseXMLString(java.lang.String tagName)
tagName
- The string representing a dynamic job attribute
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |