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 |
OSGMM.connect(Properties props)
Issues the condor status command, and stores the results retrieved back
into a List.
|
boolean |
XML.connect(Properties props)
Establishes a connection to the file from the properties.
|
boolean |
MYOSG.connect(Properties props)
Establishes a connection to the file from the properties.
|
boolean |
XML3.connect(Properties props)
Establishes a connection to the file from the properties.
|
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.
|
Set<String> |
OSGMM.list() |
Set<String> |
VORS.list() |
Set<String> |
XML.list()
Lists the site handles for all the sites in the Site Catalog.
|
Set<String> |
MYOSG.list()
Lists the site handles for all the sites in the Site Catalog.
|
Set<String> |
XML3.list()
Lists the site handles for all the sites in the Site Catalog.
|
int |
OSGMM.load(List<String> sites)
Loads up the Site Catalog implementation with the sites whose
site handles are specified.
|
int |
VORS.load(List<String> sites) |
int |
XML.load(List<String> sites)
Loads up the Site Catalog implementation with the sites whose
site handles are specified.
|
int |
MYOSG.load(List<String> sites)
Loads up the Site Catalog implementation with the sites whose site
handles are specified.
|
int |
XML3.load(List<String> sites)
Loads up the Site Catalog implementation with the sites whose
site handles are specified.
|
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. |
int |
OSGMM.remove(String handle) |
int |
VORS.remove(String handle) |
int |
XML.remove(String handle)
Not yet implemented as yet.
|
int |
MYOSG.remove(String handle)
Not yet implemented as yet.
|
int |
XML3.remove(String handle)
Not yet implemented as yet.
|
Copyright © 2011 The University of Southern California. All Rights Reserved.