|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.code.generator.condor.style.Abstract
edu.isi.pegasus.planner.code.generator.condor.style.Condor
edu.isi.pegasus.planner.code.generator.condor.style.CondorC
public class CondorC
Enables a job to be directly submitted to the condor pool of which the submit host is a part of. This style is applied for jobs to be run - on the submit host in the scheduler universe (local pool execution) - on the local condor pool of which the submit host is a part of
| Field Summary | |
|---|---|
static String |
COLLECTOR_KEY
The key that designates the collector associated with the job |
static String |
REMOTE_SHOULD_TRANSFER_FILES_KEY
The corresponding remote kye name that designates that files should be transferred via Condor File Transfer mechanism. |
static String |
REMOTE_UNIVERSE_KEY
The constant for the remote universe key. |
static String |
REMOTE_WHEN_TO_TRANSFER_OUTPUT_KEY
The corresponding name of the remote key that designated when to transfer output. |
static String |
SHOULD_TRANSFER_FILES_KEY
The name of the key that designates that files should be transferred via Condor File Transfer mechanism. |
static String |
STYLE_NAME
The name of the style being implemented. |
static String |
WHEN_TO_TRANSFER_OUTPUT_KEY
The name of key that designates when to transfer output. |
| Fields inherited from class edu.isi.pegasus.planner.code.generator.condor.style.Condor |
|---|
LOCAL_UNIVERSE, PARALLEL_UNIVERSE, PEGASUS_CONNECT_STDIN_KEY, PEGASUS_EXECUTE_IN_INITIAL_DIR, PEGASUS_INITIAL_DIR_KEY, PEGASUS_LITE_LOCAL_FILE_BASENAME, PEGASUS_TRANSFER_INPUT_FILES_KEY, PEGASUS_TRANSFER_OUTPUT_FILES_KEY, SCHEDULER_UNIVERSE, STANDARD_UNIVERSE, TRANSFER_EXECUTABLE_KEY, UNIVERSE_KEY, VANILLA_UNIVERSE |
| Fields inherited from class edu.isi.pegasus.planner.code.generator.condor.style.Abstract |
|---|
mCredentialFactory, mLogger, mProps, mSiteStore |
| Fields inherited from interface edu.isi.pegasus.planner.code.generator.condor.CondorStyle |
|---|
VERSION |
| Constructor Summary | |
|---|---|
CondorC()
The default constructor. |
|
| Method Summary | |
|---|---|
void |
apply(Job job)
Applies the CondorC style to the job. |
protected String |
constructGridResource(Job job)
Constructs the grid_resource entry for the job. |
| Methods inherited from class edu.isi.pegasus.planner.code.generator.condor.style.Condor |
|---|
getSubmitHostPathToPegasusLiteLocal, initialize |
| Methods inherited from class edu.isi.pegasus.planner.code.generator.condor.style.Abstract |
|---|
apply, applyCredentialsForLocalExec, applyCredentialsForRemoteExec, errorMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String REMOTE_UNIVERSE_KEY
public static final String SHOULD_TRANSFER_FILES_KEY
public static final String REMOTE_SHOULD_TRANSFER_FILES_KEY
public static final String WHEN_TO_TRANSFER_OUTPUT_KEY
public static final String REMOTE_WHEN_TO_TRANSFER_OUTPUT_KEY
public static final String COLLECTOR_KEY
public static final String STYLE_NAME
| Constructor Detail |
|---|
public CondorC()
| Method Detail |
|---|
public void apply(Job job)
throws CondorStyleException
apply in interface CondorStyleapply in class Condorjob - the job on which the style needs to be applied.
CondorStyleException - in case of any error occuring code generation.
protected String constructGridResource(Job job)
throws CondorStyleException
job - the job
CondorStyleException - in case of any error occuring code generation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||