Uses of Class
edu.isi.pegasus.planner.catalog.classes.Profiles
-
-
Uses of Profiles in edu.isi.pegasus.common.util
Methods in edu.isi.pegasus.common.util with parameters of type Profiles Modifier and Type Method Description static java.lang.StringProfileParser. combine(Profiles p)Creates a profile string from the internal representation. -
Uses of Profiles in edu.isi.pegasus.planner.catalog.classes
Methods in edu.isi.pegasus.planner.catalog.classes with parameters of type Profiles Modifier and Type Method Description voidProfiles. addProfiles(Profiles profiles)Adds multiple profiles.voidProfiles. addProfilesDirectly(Profiles profiles)Adds multiple profiles . -
Uses of Profiles in edu.isi.pegasus.planner.catalog.site.classes
Fields in edu.isi.pegasus.planner.catalog.site.classes declared as Profiles Modifier and Type Field Description protected ProfilesFileServerType. mProfilesThe profiles associated with the FileSystem.private ProfilesHeadNodeFS. mProfilesThe profiles associated with the headnode filesystem.private ProfilesSiteCatalogEntry. mProfilesThe profiles asscociated with the site.private ProfilesSiteCatalogEntry3. mProfilesThe profiles asscociated with the site.private ProfilesWorkerNodeFS. mProfilesThe profiles associated with the headnode filesystem.Methods in edu.isi.pegasus.planner.catalog.site.classes that return Profiles Modifier and Type Method Description ProfilesFileServer. getProfiles()Returns the associated profilesProfilesHeadNodeFS. getProfiles()Returns the profiles associated with the file server.ProfilesSiteCatalogEntry. getProfiles()Returns the profiles associated with the site.ProfilesSiteCatalogEntry3. getProfiles()Returns the profiles associated with the site.ProfilesWorkerNodeFS. getProfiles()Returns the profiles associated with the file server.Methods in edu.isi.pegasus.planner.catalog.site.classes with parameters of type Profiles Modifier and Type Method Description voidFileServerType. setProfiles(Profiles profiles)Sets the profiles associated with the file server.voidHeadNodeFS. setProfiles(Profiles profiles)Sets the profiles associated with the file server.voidSiteCatalogEntry. setProfiles(Profiles profiles)Sets the profiles associated with the file server.voidSiteCatalogEntry3. setProfiles(Profiles profiles)Sets the profiles associated with the file server.voidWorkerNodeFS. setProfiles(Profiles profiles)Sets the profiles associated with the file server. -
Uses of Profiles in edu.isi.pegasus.planner.catalog.transformation
Fields in edu.isi.pegasus.planner.catalog.transformation declared as Profiles Modifier and Type Field Description private ProfilesTransformationCatalogEntry. mProfilesThe profiles associated with the site.Methods in edu.isi.pegasus.planner.catalog.transformation with parameters of type Profiles Modifier and Type Method Description voidTransformationCatalogEntry. addProfiles(Profiles profiles)Allows you to add one profile at a time to the transformation.Constructors in edu.isi.pegasus.planner.catalog.transformation with parameters of type Profiles Constructor Description TransformationCatalogEntry(java.lang.String namespace, java.lang.String name, java.lang.String version, java.lang.String resourceID, java.lang.String physicalname, TCType type, Profiles profiles, SysInfo sysinfo)Overloaded constructor. -
Uses of Profiles in edu.isi.pegasus.planner.classes
Methods in edu.isi.pegasus.planner.classes with parameters of type Profiles Modifier and Type Method Description voidJob. updateProfiles(Profiles profiles)Updates all the profile namespaces with the information specified in list of profile objects passed. -
Uses of Profiles in edu.isi.pegasus.planner.common
Fields in edu.isi.pegasus.planner.common declared as Profiles Modifier and Type Field Description private ProfilesPegasusProperties. mProfilesProfiles that are specified in the propertiesMethods in edu.isi.pegasus.planner.common that return Profiles Modifier and Type Method Description ProfilesPegasusProperties. retrieveProfilesFromProperties()Retrieves profiles from the propertiesprotected ProfilesPegasusProperties. retrieveProfilesFromProperties(CommonProperties properties)Retrieves profiles from the properties -
Uses of Profiles in edu.isi.pegasus.planner.parser
Methods in edu.isi.pegasus.planner.parser that return Profiles Modifier and Type Method Description private ProfilesTransformationCatalogTextParser. getProfilesForTransformation()Returns a list of profiles that have to be applied to the entries for all the sites corresponding to a transformation.Methods in edu.isi.pegasus.planner.parser with parameters of type Profiles Modifier and Type Method Description private TransformationCatalogEntryTransformationCatalogTextParser. getTransformationCatalogEntry(java.lang.String transformation, Profiles profiles, boolean modifyFileURL)Constructs a single transformation catalog entry and returns it.
-