| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ResourceSetType>
com.ace.moab.api.resourceset.ResourceSetType
public enum ResourceSetType
This enumeration represents the type of resources that a set can be placed over. This is used for grouping resources together for use by a job or another Moab object.
JobRequirement| Enum Constant Summary | |
|---|---|
| ARCHBase node set boundaries on node's architecture attribute. | |
| FEATUREBase node set boundaries on node feature attribute. | |
| MEMORYBase node set boundaries on node's architecture attribute. | |
| NETWORKBase node set boundaries on node's configured network adapters/interfaces. | |
| PROCSPEEDBase node set boundaries on node's reported processor speed. | |
| Method Summary | |
|---|---|
| static ResourceSetType | parseString(java.lang.String string)Parses a string and converts it into a ResourceSetType enum value if possible. | 
|  java.lang.String | toString() | 
| static ResourceSetType | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static ResourceSetType[] | 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 ResourceSetType ARCH
public static final ResourceSetType FEATURE
public static final ResourceSetType MEMORY
public static final ResourceSetType NETWORK
public static final ResourceSetType PROCSPEED
| Method Detail | 
|---|
public static final ResourceSetType[] values()
for(ResourceSetType c : ResourceSetType.values())
        System.out.println(c);
public static ResourceSetType 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 toString()
toString in class java.lang.Enum<ResourceSetType>
public static ResourceSetType parseString(java.lang.String string)
                                   throws java.text.ParseException
string - the string to be parsed.
java.text.ParseException - thrown if the String cannot be parsed.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||