|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Profiles.NAMESPACES | |
|---|---|
| edu.isi.pegasus.planner.catalog.classes | |
| edu.isi.pegasus.planner.common | |
| edu.isi.pegasus.planner.namespace | |
| Uses of Profiles.NAMESPACES in edu.isi.pegasus.planner.catalog.classes |
|---|
| Fields in edu.isi.pegasus.planner.catalog.classes with type parameters of type Profiles.NAMESPACES | |
|---|---|
private EnumMap<Profiles.NAMESPACES,Namespace> |
Profiles.mProfileMap
An enum map that associates the enum keys with the corresponding namespace objects. |
| Methods in edu.isi.pegasus.planner.catalog.classes that return Profiles.NAMESPACES | |
|---|---|
static Profiles.NAMESPACES |
Profiles.NAMESPACES.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Profiles.NAMESPACES[] |
Profiles.NAMESPACES.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in edu.isi.pegasus.planner.catalog.classes with parameters of type Profiles.NAMESPACES | |
|---|---|
void |
Profiles.addProfile(Profiles.NAMESPACES namespace,
String key,
String value)
Add a profile. |
void |
Profiles.addProfileDirectly(Profiles.NAMESPACES namespace,
String key,
String value)
Add a profile. |
Namespace |
Profiles.get(Profiles.NAMESPACES n)
Returns the namespace object corresponding to a namespace |
private int |
Profiles.getIndex(Profiles.NAMESPACES u)
Returns the index for the namespace. |
Iterator |
Profiles.getProfileKeyIterator(Profiles.NAMESPACES n)
Returns a iterator over the profile keys corresponding to a particular namespace. |
List<Profile> |
Profiles.getProfiles(Profiles.NAMESPACES namespace)
Returns the list of profiles corresponding to a single namespace |
| Uses of Profiles.NAMESPACES in edu.isi.pegasus.planner.common |
|---|
| Fields in edu.isi.pegasus.planner.common with type parameters of type Profiles.NAMESPACES | |
|---|---|
private static Map<Profiles.NAMESPACES,String> |
PegasusProperties.mNamepsaceToPropertiesPrefix
|
| Methods in edu.isi.pegasus.planner.common that return types with arguments of type Profiles.NAMESPACES | |
|---|---|
Map<Profiles.NAMESPACES,String> |
PegasusProperties.namespaceToPropertiesPrefix()
|
| Methods in edu.isi.pegasus.planner.common with parameters of type Profiles.NAMESPACES | |
|---|---|
Namespace |
PegasusProperties.getProfiles(Profiles.NAMESPACES ns)
Returns all the profiles relevant to a particular namespace |
| Uses of Profiles.NAMESPACES in edu.isi.pegasus.planner.namespace |
|---|
| Methods in edu.isi.pegasus.planner.namespace with parameters of type Profiles.NAMESPACES | |
|---|---|
void |
Dagman.assimilate(PegasusProperties properties,
Profiles.NAMESPACES namespace)
Assimilate the profiles in the namespace in a controlled manner. |
void |
Namespace.assimilate(PegasusProperties properties,
Profiles.NAMESPACES namespace)
Assimilate the profiles in the namespace in a controlled manner. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||