edu.isi.pegasus.planner.code.generator.condor.style
public class CondorGlideinWMS extends Condor
Modifier and Type | Field and Description |
---|---|
static String |
STYLE_NAME
The name of the style being implemented.
|
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 |
---|
CondorGlideinWMS()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(Job job)
Applies the condor style to the job.
|
getSubmitHostPathToPegasusLiteLocal, initialize
apply, applyCredentialsForLocalExec, applyCredentialsForRemoteExec, errorMessage
public static final String STYLE_NAME
public void apply(Job job) throws CondorStyleException
Condor
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.