|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GridGateway.JOB_TYPE | |
|---|---|
| edu.isi.pegasus.planner.catalog.site.classes | |
| edu.isi.pegasus.planner.classes | |
| Uses of GridGateway.JOB_TYPE in edu.isi.pegasus.planner.catalog.site.classes |
|---|
| Fields in edu.isi.pegasus.planner.catalog.site.classes declared as GridGateway.JOB_TYPE | |
|---|---|
private GridGateway.JOB_TYPE |
GridGateway.mJobType
The type of jobs that this grid gateway can accept. |
| Fields in edu.isi.pegasus.planner.catalog.site.classes with type parameters of type GridGateway.JOB_TYPE | |
|---|---|
private Map<GridGateway.JOB_TYPE,GridGateway> |
SiteCatalogEntry.mGridGateways
Map of grid gateways at the site for submitting different job types. |
| Methods in edu.isi.pegasus.planner.catalog.site.classes that return GridGateway.JOB_TYPE | |
|---|---|
GridGateway.JOB_TYPE |
GridGateway.getJobType()
Returns the type of jobs that run via this grid gateway. |
static GridGateway.JOB_TYPE |
GridGateway.JOB_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GridGateway.JOB_TYPE[] |
GridGateway.JOB_TYPE.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type GridGateway.JOB_TYPE | |
|---|---|
GridGateway |
SiteCatalogEntry.getGridGateway(GridGateway.JOB_TYPE type)
Returns a grid gateway object corresponding to a job type. |
GridGateway |
SiteCatalogEntry.selectGridGateway(GridGateway.JOB_TYPE type)
Selects a grid gateway object corresponding to a job type. |
void |
GridGateway.setJobType(GridGateway.JOB_TYPE type)
Sets the type of jobs that run via this grid gateway. |
| Uses of GridGateway.JOB_TYPE in edu.isi.pegasus.planner.classes |
|---|
| Methods in edu.isi.pegasus.planner.classes that return GridGateway.JOB_TYPE | |
|---|---|
GridGateway.JOB_TYPE |
Job.getGridGatewayJobType()
Returns the corresponding grid gateway job type |
private static GridGateway.JOB_TYPE |
Job.jobType2GridGatewayJobType(int type)
Returns an appropriate grid gateway job type corresponding to a job type |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||