Modifier and Type | Method and Description |
---|---|
SiteCatalogEntry |
SiteCatalog.lookup(String handle)
Retrieves the
SiteCatalogEntry for a site. |
Modifier and Type | Method and Description |
---|---|
int |
SiteCatalog.insert(SiteCatalogEntry entry)
Inserts a new mapping into the Site catalog.
|
Modifier and Type | Field and Description |
---|---|
private Map<String,SiteCatalogEntry> |
SiteStore.mStore
The internal map that maps a site catalog entry to the site handle.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Iterator<SiteCatalogEntry> |
SiteStore.entryIterator()
Returns an iterator to SiteCatalogEntry objects in the store.
|
Modifier and Type | Method and Description |
---|---|
SiteCatalogEntry |
SiteStore.addEntry(SiteCatalogEntry entry)
Adds a site catalog entry to the store.
|
Modifier and Type | Method and Description |
---|---|
SiteCatalogEntry |
OSGMM.lookup(String handle) |
SiteCatalogEntry |
VORS.lookup(String handle) |
SiteCatalogEntry |
XML.lookup(String handle)
Retrieves the
SiteCatalogEntry for a site. |
SiteCatalogEntry |
MYOSG.lookup(String handle)
Retrieves the
SiteCatalogEntry for a site. |
SiteCatalogEntry |
XML3.lookup(String handle)
Retrieves the
SiteCatalogEntry for a site. |
Modifier and Type | Method and Description |
---|---|
int |
OSGMM.insert(SiteCatalogEntry entry) |
int |
VORS.insert(SiteCatalogEntry entry) |
int |
XML.insert(SiteCatalogEntry entry)
Not implemented as yet.
|
int |
MYOSG.insert(SiteCatalogEntry entry)
Not implemented as yet.
|
int |
XML3.insert(SiteCatalogEntry entry)
Not implemented as yet.
|
Modifier and Type | Method and Description |
---|---|
static SiteCatalogEntry |
MYOSGSiteCatalogUtil.createSiteCatalogEntry(MYOSGSiteInfoFacade sitInfo)
Creates a Pegasus
SiteCatalogEntry object from the information
in VORS. |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
private boolean |
SiteCatalogParser.loadSite(SiteCatalogEntry site)
Whether to laod a site or not in the
SiteStore |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2011 The University of Southern California. All Rights Reserved.