| Interface | Description |
|---|---|
| CondorStyle |
An interface to allow us to apply different execution styles to a job
via Condor DAGMAN.
|
| Class | Description |
|---|---|
| ClassADSGenerator |
A helper class, that generates Pegasus specific classads for the jobs.
|
| CondorGenerator |
This class generates the condor submit files for the DAG which has to
be submitted to the Condor DagMan.
|
| CondorQuoteParser |
A utility class to correctly quote arguments strings before handing over
to Condor.
|
| CondorStyleFactory |
A factory class to load the appropriate type of Condor Style impelementations.
|
| SUBDAXGenerator |
The class that takes in a dax job specified in the DAX and renders it into
a SUBDAG with pegasus-plan as the appropriate prescript.
|
| Exception | Description |
|---|---|
| CondorQuoteParserException |
This class is used to signal errors while parsing argument strings for
Condor Quoting.
|
| CondorStyleException |
A specific exception for the Condor Style generators.
|
| CondorStyleFactoryException |
Class to notify of failures while instantiating Condor Style implementations.
|