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_TYPEGridGateway. mJobTypeThe 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. mGridGatewaysMap of grid gateways at the site for submitting different job types.private java.util.Map<GridGateway.JOB_TYPE,GridGateway>SiteCatalogEntry3. mGridGatewaysMap 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_TYPEGridGateway. getJobType()Returns the type of jobs that run via this grid gateway.static GridGateway.JOB_TYPEGridGateway.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 GridGatewaySiteCatalogEntry. getGridGateway(GridGateway.JOB_TYPE type)Returns a grid gateway object corresponding to a job type.GridGatewaySiteCatalogEntry3. getGridGateway(GridGateway.JOB_TYPE type)Returns a grid gateway object corresponding to a job type.GridGatewaySiteCatalogEntry. selectGridGateway(GridGateway.JOB_TYPE type)Selects a grid gateway object corresponding to a job type.GridGatewaySiteCatalogEntry3. selectGridGateway(GridGateway.JOB_TYPE type)Selects a grid gateway object corresponding to a job type.voidGridGateway. 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_TYPEJob. getGridGatewayJobType()Returns the corresponding grid gateway job typeprivate static GridGateway.JOB_TYPEJob. jobType2GridGatewayJobType(int type)Returns an appropriate grid gateway job type corresponding to a job type
-