|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.classes.Data
edu.isi.pegasus.planner.classes.Job
edu.isi.pegasus.planner.classes.TransferJob
public class TransferJob
This is a data class that stores the contents of the transfer job that transfers the data. Later on stdin etc, would be stored in it.
| Field Summary | |
|---|---|
private String |
mNonTPTSite
The site at which the transfer jobs would have run, had it been running in a peer 2 peer transfer mode (non third party mode). |
| Fields inherited from class edu.isi.pegasus.planner.classes.Job |
|---|
CHMOD_JOB, CLEANUP_JOB, COMPUTE_JOB, condorUniverse, condorVariables, CREATE_DIR_JOB, DAG_JOB, dagmanVariables, DAX_JOB, dvName, dvNamespace, dvVersion, envVariables, executable, executionPool, globusRSL, globusScheduler, hints, inputFiles, INTER_POOL_JOB, jobClass, jobID, jobName, level, logicalId, logicalName, namespace, outputFiles, REPLICA_REG_JOB, STAGE_IN_JOB, STAGE_IN_WORKER_PACKAGE_JOB, STAGE_OUT_JOB, stdErr, stdIn, stdOut, strargs, UNASSIGNED_JOB, vdsNS, version |
| Fields inherited from class edu.isi.pegasus.planner.classes.Data |
|---|
mLogger, mLogMsg |
| Constructor Summary | |
|---|---|
TransferJob()
The default constructor. |
|
TransferJob(Job job)
The overloaded construct that constructs a GRMS job by wrapping around the Job job. |
|
| Method Summary | |
|---|---|
Object |
clone()
Returns a new copy of the Object. |
String |
getNonThirdPartySite()
Returns the site at which the job would have run if the transfer job was being run in non third party mode. |
void |
setNonThirdPartySite(String site)
Sets the non third party site for the transfer job. |
String |
toString()
Returns a textual description of the Transfer Job. |
| Methods inherited from class edu.isi.pegasus.planner.classes.Data |
|---|
setToString, vectorToString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private String mNonTPTSite
| Constructor Detail |
|---|
public TransferJob()
public TransferJob(Job job)
Job job.
job - the original job description.| Method Detail |
|---|
public String getNonThirdPartySite()
public void setNonThirdPartySite(String site)
site - the name of the sitepublic String toString()
toString in class Jobpublic Object clone()
clone in class Job
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||