|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SiteCatalogEntry in edu.isi.pegasus.planner.catalog |
|---|
| Methods in edu.isi.pegasus.planner.catalog that return SiteCatalogEntry | |
|---|---|
SiteCatalogEntry |
SiteCatalog.lookup(String handle)
Retrieves the SiteCatalogEntry for a site. |
| Methods in edu.isi.pegasus.planner.catalog with parameters of type SiteCatalogEntry | |
|---|---|
int |
SiteCatalog.insert(SiteCatalogEntry entry)
Inserts a new mapping into the Site catalog. |
| Uses of SiteCatalogEntry in edu.isi.pegasus.planner.catalog.site.classes |
|---|
| Fields in edu.isi.pegasus.planner.catalog.site.classes with type parameters of type SiteCatalogEntry | |
|---|---|
private Map<String,SiteCatalogEntry> |
SiteStore.mStore
The internal map that maps a site catalog entry to the site handle. |
| Methods in edu.isi.pegasus.planner.catalog.site.classes that return SiteCatalogEntry | |
|---|---|
SiteCatalogEntry |
SiteStore.addEntry(SiteCatalogEntry entry)
Adds a site catalog entry to the store. |
static SiteCatalogEntry |
SiteInfo2SiteCatalogEntry.convert(SiteInfo s)
An adapter method that converts the SiteInfo object to
SiteCatalogEntry object. |
static SiteCatalogEntry |
SiteInfo2SiteCatalogEntry.convert(SiteInfo s,
LogManager logger)
An adapter method that converts the SiteInfo object to
SiteCatalogEntry object. |
static SiteCatalogEntry |
LocalSiteCatalogEntry.create()
Creates a default site catalog entry for site local with the VO set to pegasus. |
static SiteCatalogEntry |
LocalSiteCatalogEntry.create(String vo,
String grid)
Creates a default site catalog entry for site local with the VO set to pegasus. |
static SiteCatalogEntry |
VORSSiteCatalogUtil.createSiteCatalogEntry(VORSSiteInfo sitInfo)
Creates a Pegasus SiteCatalogEntry object from the information
in VORS. |
SiteCatalogEntry |
SiteStore.lookup(String handle)
Returns SiteCatalogEntry matching a site handle. |
| Methods in edu.isi.pegasus.planner.catalog.site.classes that return types with arguments of type SiteCatalogEntry | |
|---|---|
Iterator<SiteCatalogEntry> |
SiteStore.entryIterator()
Returns an iterator to SiteCatalogEntry objects in the store. |
| Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type SiteCatalogEntry | |
|---|---|
SiteCatalogEntry |
SiteStore.addEntry(SiteCatalogEntry entry)
Adds a site catalog entry to the store. |
| Uses of SiteCatalogEntry in edu.isi.pegasus.planner.catalog.site.impl |
|---|
| Methods in edu.isi.pegasus.planner.catalog.site.impl that return SiteCatalogEntry | |
|---|---|
SiteCatalogEntry |
XML.lookup(String handle)
Retrieves the SiteCatalogEntry for a site. |
SiteCatalogEntry |
OSGMM.lookup(String handle)
|
SiteCatalogEntry |
MYOSG.lookup(String handle)
Retrieves the SiteCatalogEntry for a site. |
SiteCatalogEntry |
VORS.lookup(String handle)
|
SiteCatalogEntry |
XML3.lookup(String handle)
Retrieves the SiteCatalogEntry for a site. |
| Methods in edu.isi.pegasus.planner.catalog.site.impl with parameters of type SiteCatalogEntry | |
|---|---|
int |
XML.insert(SiteCatalogEntry entry)
Not implemented as yet. |
int |
OSGMM.insert(SiteCatalogEntry entry)
|
int |
MYOSG.insert(SiteCatalogEntry entry)
Not implemented as yet. |
int |
VORS.insert(SiteCatalogEntry entry)
|
int |
XML3.insert(SiteCatalogEntry entry)
Not implemented as yet. |
| Uses of SiteCatalogEntry in edu.isi.pegasus.planner.catalog.site.impl.myosg.util |
|---|
| Methods in edu.isi.pegasus.planner.catalog.site.impl.myosg.util that return SiteCatalogEntry | |
|---|---|
static SiteCatalogEntry |
MYOSGSiteCatalogUtil.createSiteCatalogEntry(MYOSGSiteInfoFacade sitInfo)
Creates a Pegasus SiteCatalogEntry object from the information
in VORS. |
| Uses of SiteCatalogEntry in edu.isi.pegasus.planner.code.gridstart |
|---|
| Methods in edu.isi.pegasus.planner.code.gridstart with parameters of type SiteCatalogEntry | |
|---|---|
String |
Kickstart.getKickstartPath(SiteCatalogEntry site)
Returns the default path to kickstart as constructed from the environment variable associated with a site in the site catalog |
| Uses of SiteCatalogEntry in edu.isi.pegasus.planner.parser |
|---|
| Methods in edu.isi.pegasus.planner.parser with parameters of type SiteCatalogEntry | |
|---|---|
private boolean |
SiteCatalogParser.loadSite(SiteCatalogEntry site)
Whether to laod a site or not in the SiteStore |
| Uses of SiteCatalogEntry in edu.isi.pegasus.planner.refiner |
|---|
| Methods in edu.isi.pegasus.planner.refiner with parameters of type SiteCatalogEntry | |
|---|---|
private TransformationCatalogEntry |
RemoveDirectory.defaultTCEntry(SiteCatalogEntry site)
Returns a default TC entry to be used in case entry is not found in the transformation catalog. |
private TransformationCatalogEntry |
DeployWorkerPackage.defaultUntarTCEntry(SiteCatalogEntry site)
Returns a default TC entry to be used in case entry is not found in the transformation catalog. |
private String |
ReplicaCatalogBridge.generateRepJobArgumentString(SiteCatalogEntry site,
String regJob,
Collection files)
Generates the argument string to be given to the replica registration job. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||