Uses of Class
edu.isi.pegasus.planner.namespace.Namespace
-
Packages that use Namespace Package Description edu.isi.pegasus.planner.catalog.classes edu.isi.pegasus.planner.common edu.isi.pegasus.planner.namespace -
-
Uses of Namespace in edu.isi.pegasus.planner.catalog.classes
Fields in edu.isi.pegasus.planner.catalog.classes with type parameters of type Namespace Modifier and Type Field Description private java.util.EnumMap<Profiles.NAMESPACES,Namespace>Profiles. mProfileMapAn enum map that associates the enum keys with the corresponding namespace objects.Methods in edu.isi.pegasus.planner.catalog.classes that return Namespace Modifier and Type Method Description NamespaceProfiles. get(Profiles.NAMESPACES n)Returns the namespace object corresponding to a namespaceMethods in edu.isi.pegasus.planner.catalog.classes with parameters of type Namespace Modifier and Type Method Description java.util.List<Profile>Profiles. getProfiles(Namespace namespace)Returns the list of profiles corresponding to a single namespace -
Uses of Namespace in edu.isi.pegasus.planner.common
Methods in edu.isi.pegasus.planner.common that return Namespace Modifier and Type Method Description NamespacePegasusProperties. getProfiles(Profiles.NAMESPACES ns)Returns all the profiles relevant to a particular namespace -
Uses of Namespace in edu.isi.pegasus.planner.namespace
Subclasses of Namespace in edu.isi.pegasus.planner.namespace Modifier and Type Class Description classCondorThis helper class helps in handling the arguments specified in the Condor namespace by the user either through dax or through profiles in pool.classDagmanThis profile namespace is the placeholder for the keys that go into the .dag file .classENVThe environment namespace, that puts in the environment variables for the transformation that is being run, through Condor.classGlobusThis helper class helps in handling the globus rsl key value pairs that come through profile information for namespace Globus.classHintsAn empty mechanical implementation for the namespace.classPegasusA Planner specific namespace.classSelectorThe selector namespace object.classStatThe stat namespace object.Methods in edu.isi.pegasus.planner.namespace with parameters of type Namespace Modifier and Type Method Description voidNamespace. checkKeyInNS(Namespace nm)It puts in the namespaces keys from another namespace instance.voidCondor. merge(Namespace profiles)Merge the profiles in the namespace in a controlled manner.voidDagman. merge(Namespace profiles)Merge the profiles in the namespace in a controlled manner.voidENV. merge(Namespace profiles)Merge the profiles in the namespace in a controlled manner.voidGlobus. merge(Namespace profiles)Merge the profiles in the namespace in a controlled manner.voidHints. merge(Namespace profiles)Merge the profiles in the namespace in a controlled manner.abstract voidNamespace. merge(Namespace profiles)Merge the profiles in the namespace in a controlled manner.voidPegasus. merge(Namespace profiles)UniqueMerge the profiles in the namespace in a controlled manner.voidSelector. merge(Namespace profiles)Merge the profiles in the namespace in a controlled manner.voidStat. merge(Namespace profiles)Merge the profiles in the namespace in a controlled manner.
-