Uses of Class
edu.isi.pegasus.planner.dax.PFN
-
Packages that use PFN Package Description edu.isi.pegasus.planner.classes edu.isi.pegasus.planner.dax -
-
Uses of PFN in edu.isi.pegasus.planner.classes
Methods in edu.isi.pegasus.planner.classes with parameters of type PFN Modifier and Type Method Description voidReplicaLocation. addPFN(PFN pfn)Adds a PFN specified in the DAX to the object -
Uses of PFN in edu.isi.pegasus.planner.dax
Fields in edu.isi.pegasus.planner.dax with type parameters of type PFN Modifier and Type Field Description protected java.util.List<PFN>CatalogType. mPFNsMethods in edu.isi.pegasus.planner.dax that return PFN Modifier and Type Method Description PFNPFN. addProfile(Profile.NAMESPACE namespace, java.lang.String key, java.lang.String value)PFNPFN. addProfile(java.lang.String namespace, java.lang.String key, java.lang.String value)PFNPFN. addProfiles(Profile profile)PFNPFN. addProfiles(java.util.List<Profile> profiles)PFNPFN. setSite(java.lang.String site)Methods in edu.isi.pegasus.planner.dax that return types with arguments of type PFN Modifier and Type Method Description java.util.List<PFN>CatalogType. getPhysicalFiles()Returns a List of PFN objects associated with this Catalog entryMethods in edu.isi.pegasus.planner.dax with parameters of type PFN Modifier and Type Method Description CatalogTypeCatalogType. addPhysicalFile(PFN pfn)Add a PFN object to the CatalogMethod parameters in edu.isi.pegasus.planner.dax with type arguments of type PFN Modifier and Type Method Description CatalogTypeCatalogType. addPhysicalFiles(java.util.List<PFN> pfns)Add a list of PFN objects to the Catalog
-