Package | Description |
---|---|
edu.isi.pegasus.planner.classes | |
edu.isi.pegasus.planner.dax |
Modifier and Type | Method and Description |
---|---|
void |
ReplicaLocation.addPFN(PFN pfn)
Adds a PFN specified in the DAX to the object
|
Modifier and Type | Field and Description |
---|---|
protected List<PFN> |
CatalogType.mPFNs |
Modifier and Type | Method and Description |
---|---|
PFN |
PFN.addProfile(Profile.NAMESPACE namespace,
String key,
String value) |
PFN |
PFN.addProfile(String namespace,
String key,
String value) |
PFN |
PFN.addProfiles(List<Profile> profiles) |
PFN |
PFN.addProfiles(Profile profile) |
PFN |
PFN.setSite(String site) |
Modifier and Type | Method and Description |
---|---|
List<PFN> |
CatalogType.getPhysicalFiles()
Returns a List of PFN objects associated with this Catalog entry
|
Modifier and Type | Method and Description |
---|---|
CatalogType |
CatalogType.addPhysicalFile(PFN pfn)
Add a PFN object to the Catalog
|
Modifier and Type | Method and Description |
---|---|
CatalogType |
CatalogType.addPhysicalFiles(List<PFN> pfns)
Add a list of PFN objects to the Catalog
|