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 |
Adapter.convert(SiteCatalogEntry3 entry)
An adapter method that converts the
SiteCatalogEntry3 object to
SiteCatalogEntry object. |
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. |
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.
|
static SiteCatalogEntry3 |
Adapter.convert(SiteCatalogEntry entry)
An adapter method that converts the
SiteCatalogEntry object to
SiteCatalogEntry3 object. |
void |
XML3PrintVisitor.depart(SiteCatalogEntry entry)
Depart the Site Catalog Entry object.
|
void |
XML4PrintVisitor.depart(SiteCatalogEntry entry)
Depart the Site Catalog Entry object.
|
void |
SiteDataVisitor.depart(SiteCatalogEntry entry)
Depart the Site Catalog Entry object.
|
void |
XML3PrintVisitor.visit(SiteCatalogEntry entry)
Visit the Site CatalogEntry object
|
void |
XML4PrintVisitor.visit(SiteCatalogEntry entry)
Visit the Site CatalogEntry object
|
void |
SiteDataVisitor.visit(SiteCatalogEntry entry)
Visit the Site CatalogEntry object
|
Modifier and Type | Method and Description |
---|---|
SiteCatalogEntry |
OSGMM.lookup(String handle) |
SiteCatalogEntry |
XML.lookup(String handle)
Retrieves the
SiteCatalogEntry for a site. |
SiteCatalogEntry |
XML2.lookup(String handle)
Retrieves the
SiteCatalogEntry for a site. |
Modifier and Type | Method and Description |
---|---|
int |
OSGMM.insert(SiteCatalogEntry entry) |
int |
XML.insert(SiteCatalogEntry entry)
Not implemented as yet.
|
int |
XML2.insert(SiteCatalogEntry entry)
Not implemented as yet.
|
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 |
SiteCatalogXMLParser4.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.
|
private String |
TransferEngine.getURLOnSharedScratch(SiteCatalogEntry entry,
Job job,
FileServerType.OPERATION operation,
String lfn)
Returns a URL on the shared scratch of the staging site
|