Package | Description |
---|---|
com.tupilabs.pbs.model |
PBS model entities.
|
Modifier and Type | Method and Description |
---|---|
static QueueState |
QueueState.fromString(String state) |
QueueState |
Node.getState() |
static QueueState |
QueueState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueueState[] |
QueueState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Node(String name,
int numberOfProcessors,
String nodeType,
QueueState state) |
Copyright © 2012–2015 TupiLabs. All rights reserved.