| Package | Description |
|---|---|
| edu.isi.pegasus.planner.catalog.site.classes |
| Modifier and Type | Field and Description |
|---|---|
private GridGateway.SCHEDULER_TYPE |
GridGateway.mScheduler
The scheduler type with which it interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
GridGateway.SCHEDULER_TYPE |
GridGateway.getScheduler()
Returns the the underlying scheduler that gateway talks to.
|
static GridGateway.SCHEDULER_TYPE |
GridGateway.SCHEDULER_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridGateway.SCHEDULER_TYPE[] |
GridGateway.SCHEDULER_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridGateway.setScheduler(GridGateway.SCHEDULER_TYPE scheduler)
Sets the the underlying scheduler that gateway talks to.
|
| Constructor and Description |
|---|
GridGateway(GridGateway.TYPE type,
String contact,
GridGateway.SCHEDULER_TYPE scheduler)
The overloaded constructor.
|