|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | PROPERTY | METHOD | DETAIL: ENUM CONSTANTS | FIELD | PROPERTY | METHOD | |||||||
java.lang.Objectcom.ace.mws.nodes.NodeType
enum NodeType
Represents the type of node as reported by a resource manager.
| Enum Constant Summary | |
|---|---|
COMPUTE
Advertises at least processors and memory. |
|
LICENSE
Advertises licenses to license managers. |
|
STORAGE
Advertises network-mountable disk space. |
|
| Property Summary | |
|---|---|
String |
str
|
| Constructor Summary | |
private NodeType(String str)
|
|
| Method Summary | |
|---|---|
static NodeType
|
parse(String str)
Parses a string and translates it into a NodeType enum value. |
String
|
toString()
|
NodeType
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
NodeType[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Enum Constant Detail |
|---|
NodeType COMPUTE
NodeType LICENSE
NodeType STORAGE
| Property Detail |
|---|
String str
| Constructor Detail |
|---|
private NodeType(String str)
| Method Detail |
|---|
static NodeType parse(String str)
str - the string to parse.
String toString()
NodeType valueOf(String name)
NodeType[] values()
Groovy Documentation