Package | Description |
---|---|
edu.isi.pegasus.planner.catalog.site.classes |
Modifier and Type | Field and Description |
---|---|
private List<ReplicaCatalog> |
SiteCatalogEntry3.mReplicaCatalogs
The list of replica catalog associated with the site.
|
private List<ReplicaCatalog> |
SiteCatalogEntry.mReplicaCatalogs
The list of replica catalog associated with the site.
|
Modifier and Type | Method and Description |
---|---|
ReplicaCatalog |
SiteCatalogEntry3.selectReplicaCatalog()
Selects a Random ReplicaCatalog.
|
ReplicaCatalog |
SiteCatalogEntry.selectReplicaCatalog()
Selects a Random ReplicaCatalog.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ReplicaCatalog> |
SiteCatalogEntry3.getReplicaCatalogIterator()
Return an iterator to the replica catalog associated with the site.
|
Iterator<ReplicaCatalog> |
SiteCatalogEntry.getReplicaCatalogIterator()
Return an iterator to the replica catalog associated with the site.
|
Modifier and Type | Method and Description |
---|---|
void |
SiteCatalogEntry3.addReplicaCatalog(ReplicaCatalog catalog)
Add a Replica Catalog to the site.
|
void |
SiteCatalogEntry.addReplicaCatalog(ReplicaCatalog catalog)
Add a Replica Catalog to the site.
|
void |
SiteDataVisitor.depart(ReplicaCatalog catalog)
Depart the ReplicaCatalog object
|
void |
XML3PrintVisitor.depart(ReplicaCatalog catalog)
Depart the ReplicaCatalog object
|
void |
XML4PrintVisitor.depart(ReplicaCatalog catalog)
Depart the ReplicaCatalog object
|
void |
SiteDataVisitor.visit(ReplicaCatalog catalog)
Visit the ReplicaCatalog object
|
void |
XML3PrintVisitor.visit(ReplicaCatalog catalog)
Visit the ReplicaCatalog object
|
void |
XML4PrintVisitor.visit(ReplicaCatalog catalog)
Visit the ReplicaCatalog object
|