Uses of Class
edu.isi.pegasus.planner.catalog.site.classes.GridGateway.JOB_TYPE
-
Packages that use GridGateway.JOB_TYPE Package Description 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 Modifier and Type Field Description 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 Modifier and Type Field Description private java.util.Map<GridGateway.JOB_TYPE,GridGateway>
SiteCatalogEntry. mGridGateways
Map of grid gateways at the site for submitting different job types.private java.util.Map<GridGateway.JOB_TYPE,GridGateway>
SiteCatalogEntry3. 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 Modifier and Type Method 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(java.lang.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 Modifier and Type Method Description GridGateway
SiteCatalogEntry. getGridGateway(GridGateway.JOB_TYPE type)
Returns a grid gateway object corresponding to a job type.GridGateway
SiteCatalogEntry3. 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.GridGateway
SiteCatalogEntry3. 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 Modifier and Type Method Description GridGateway.JOB_TYPE
Job. getGridGatewayJobType()
Returns the corresponding grid gateway job typeprivate static GridGateway.JOB_TYPE
Job. jobType2GridGatewayJobType(int type)
Returns an appropriate grid gateway job type corresponding to a job type
-