Package | Description |
---|---|
edu.isi.pegasus.planner.catalog.site.classes |
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
Iterator<GridGateway> |
SiteCatalogEntry.getGridGatewayIterator()
Return an iterator to value set of the Map.
|
Modifier and Type | Method and Description |
---|---|
void |
SiteCatalogEntry.addGridGateway(GridGateway g)
Add a GridGateway to the site.
|
Copyright © 2011 The University of Southern California. All Rights Reserved.