|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.transfer.refiner.Bundle.BundleValue
protected class Bundle.BundleValue
| Field Summary | |
|---|---|
private String |
mDefaultBundleValue
The default bundle value to use. |
private String |
mDefaultProfileKey
The Default Pegasus profile key to use for lookup |
private String |
mProfileKey
The pegasus profile key to use for lookup |
| Constructor Summary | |
|---|---|
Bundle.BundleValue()
The default constructor. |
|
| Method Summary | |
|---|---|
int |
determine(Implementation implementation,
Job job)
Determines the bundle factor for a particular site on the basis of the stage in bundle value associcated with the underlying transfer transformation in the transformation catalog. |
void |
initialize(String key,
String defaultKey,
String defaultValue)
Initializes the implementation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private String mProfileKey
private String mDefaultBundleValue
private String mDefaultProfileKey
| Constructor Detail |
|---|
public Bundle.BundleValue()
| Method Detail |
|---|
public void initialize(String key,
String defaultKey,
String defaultValue)
key - the Pegasus Profile key to be used for lookup of bundle values.defaultKey - the default Profile Key to be used if key is not found.defaultValue - the default value to be associated if no key is found.
public int determine(Implementation implementation,
Job job)
implementation - the transfer implementation being usedjob - the compute job for which the bundle factor needs to
be determined.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||