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