Package | Description |
---|---|
edu.isi.pegasus.planner.catalog.site.classes | |
edu.isi.pegasus.planner.classes |
Modifier and Type | Field and Description |
---|---|
private GridGateway.JOB_TYPE |
GridGateway.mJobType
The type of jobs that this grid gateway can accept.
|
Modifier and Type | Field and Description |
---|---|
private Map<GridGateway.JOB_TYPE,GridGateway> |
SiteCatalogEntry.mGridGateways
Map of grid gateways at the site for submitting different job types.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2011 The University of Southern California. All Rights Reserved.