Package | Description |
---|---|
edu.isi.pegasus.planner.catalog | |
edu.isi.pegasus.planner.catalog.site.impl |
Modifier and Type | Method and Description |
---|---|
int |
SiteCatalog.insert(SiteCatalogEntry entry)
Inserts a new mapping into the Site catalog.
|
Set<String> |
SiteCatalog.list()
Lists the site handles for all the sites in the Site Catalog.
|
int |
SiteCatalog.load(List<String> sites)
Loads up the Site Catalog implementation with the sites whose
site handles are specified.
|
SiteCatalogEntry |
SiteCatalog.lookup(String handle)
Retrieves the
SiteCatalogEntry for a site. |
int |
SiteCatalog.remove(String handle)
Removes a site catalog entry matching the the handle.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XML2.connect(Properties props)
Establishes a connection to the file from the properties.
|
boolean |
XML.connect(Properties props)
Establishes a connection to the file from the properties.
|
boolean |
OSGMM.connect(Properties props)
Issues the condor status command, and stores the results retrieved back
into a List.
|
int |
XML2.insert(SiteCatalogEntry entry)
Not implemented as yet.
|
int |
XML.insert(SiteCatalogEntry entry)
Not implemented as yet.
|
int |
OSGMM.insert(SiteCatalogEntry entry) |
Set<String> |
XML2.list()
Lists the site handles for all the sites in the Site Catalog.
|
Set<String> |
XML.list()
Lists the site handles for all the sites in the Site Catalog.
|
Set<String> |
OSGMM.list() |
int |
XML2.load(List<String> sites)
Loads up the Site Catalog implementation with the sites whose
site handles are specified.
|
int |
XML.load(List<String> sites)
Loads up the Site Catalog implementation with the sites whose
site handles are specified.
|
int |
OSGMM.load(List<String> sites)
Loads up the Site Catalog implementation with the sites whose
site handles are specified.
|
SiteCatalogEntry |
XML2.lookup(String handle)
Retrieves the
SiteCatalogEntry for a site. |
SiteCatalogEntry |
XML.lookup(String handle)
Retrieves the
SiteCatalogEntry for a site. |
SiteCatalogEntry |
OSGMM.lookup(String handle) |
int |
XML2.remove(String handle)
Not yet implemented as yet.
|
int |
XML.remove(String handle)
Not yet implemented as yet.
|
int |
OSGMM.remove(String handle) |