public class CondorC extends Condor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COLLECTOR_KEY
The key that designates the collector associated with the job
|
static java.lang.String |
GRID_RESOURCE_KEY
The key that designates the collector associated with the job
|
static java.lang.String |
REMOTE_SHOULD_TRANSFER_FILES_KEY
The corresponding remote kye name that designates that files should be
transferred via Condor File Transfer mechanism.
|
static java.lang.String |
REMOTE_UNIVERSE_KEY
The constant for the remote universe key.
|
static java.lang.String |
REMOTE_WHEN_TO_TRANSFER_OUTPUT_KEY
The corresponding name of the remote key that designated when to transfer output.
|
static java.lang.String |
SHOULD_TRANSFER_FILES_KEY
The name of the key that designates that files should be transferred
via Condor File Transfer mechanism.
|
static java.lang.String |
STYLE_NAME
The name of the style being implemented.
|
static java.lang.String |
WHEN_TO_TRANSFER_OUTPUT_KEY
The name of key that designates when to transfer output.
|
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
mCredentialFactory, mLogger, mProps, mSiteStore
VERSION
Constructor and Description |
---|
CondorC()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(Job job)
Applies the CondorC style to the job.
|
protected java.lang.String |
constructGridResource(Job job)
Constructs the grid_resource entry for the job.
|
getSubmitHostPathToPegasusLiteLocal, initialize
apply, applyCredentialsForJobSubmission, applyCredentialsForLocalExec, applyCredentialsForRemoteExec, complainForCredential, errorMessage
public static final java.lang.String REMOTE_UNIVERSE_KEY
public static final java.lang.String SHOULD_TRANSFER_FILES_KEY
public static final java.lang.String REMOTE_SHOULD_TRANSFER_FILES_KEY
public static final java.lang.String WHEN_TO_TRANSFER_OUTPUT_KEY
public static final java.lang.String REMOTE_WHEN_TO_TRANSFER_OUTPUT_KEY
public static final java.lang.String COLLECTOR_KEY
public static final java.lang.String GRID_RESOURCE_KEY
public static final java.lang.String STYLE_NAME
public void apply(Job job) throws CondorStyleException
apply
in interface CondorStyle
apply
in class Condor
job
- the job on which the style needs to be applied.CondorStyleException
- in case of any error occuring code generation.protected java.lang.String constructGridResource(Job job) throws CondorStyleException
job
- the jobCondorStyleException
- in case of any error occuring code generation.