Package | Description |
---|---|
edu.isi.pegasus.planner.code.generator.condor | |
edu.isi.pegasus.planner.code.generator.condor.style |
Modifier and Type | Method and Description |
---|---|
void |
CondorStyle.apply(AggregatedJob job)
Apply a style to an AggregatedJob
|
void |
CondorStyle.apply(Job job)
Apply a style to a job.
|
void |
CondorStyle.initialize(PegasusBag bag,
CredentialHandlerFactory credentialFactory)
Initializes the Code Style implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
Abstract.apply(AggregatedJob job)
Apply a style to an AggregatedJob
|
void |
CreamCE.apply(Job job)
Applies the CREAM CE style to the job.
|
void |
SSH.apply(Job job)
Applies the CREAM CE style to the job.
|
void |
CondorG.apply(Job job)
Applies the globus style to the job.
|
void |
CondorC.apply(Job job)
Applies the CondorC style to the job.
|
void |
Condor.apply(Job job)
Applies the condor style to the job.
|
void |
CondorGlideIN.apply(Job job)
Applies the style to the job to be run in a condor glide in environment.
|
void |
GLite.apply(Job job)
Applies the gLite style to the job.
|
void |
CondorGlideinWMS.apply(Job job) |
protected void |
Abstract.applyCredentialsForJobSubmission(Job job)
Associates credentials required for job submission.
|
protected void |
Abstract.applyCredentialsForLocalExec(Job job)
Examines the credential requirements for a job and adds appropiate
transfer and environment directives for the credentials to be picked
up for the local job
|
protected void |
Abstract.applyCredentialsForRemoteExec(Job job)
Examines the credential requirements for a job and adds appropiate
transfer and environment directives for the credentials to be staged
and picked up by the job.
|
protected void |
Abstract.complainForCredential(Job job,
String key,
String site)
Complain if a particular credential key is not found for a site
|
protected String |
CreamCE.constructGridResource(Job job)
Constructs the grid_resource entry for the job.
|
protected String |
SSH.constructGridResource(Job job)
Constructs the grid_resource entry for the job.
|
protected String |
CondorC.constructGridResource(Job job)
Constructs the grid_resource entry for the job.
|
protected String |
GLite.getCERequirementsForJob(Job job)
Constructs the value for remote CE requirements expression for the job .
|
void |
Abstract.initialize(PegasusBag bag,
CredentialHandlerFactory credentialFactory)
Initializes the Code Style implementation.
|
void |
Condor.initialize(PegasusBag bag,
CredentialHandlerFactory credentialFactory)
Initializes the Code Style implementation.
|
private String |
GLite.quote(String string)
Condor Quotes a string
|
private void |
Condor.wrapJobWithLocalPegasusLite(Job job)
Wraps the local universe jobs with a local Pegasus Lite wrapper to get
around the Condor file IO bug for local universe job
|