edu.isi.pegasus.planner.code.generator
public class HashedFile extends CondorGenerator
CONDOR_DAGMAN_LOGICAL_NAME, CONDOR_DAGMAN_NAMESPACE, DAGMAN_PROPERTIES_PREFIX, DEFAULT_CHMOD_PRIORITY_KEY, DEFAULT_CLEANUP_PRIORITY_KEY, DEFAULT_CREATE_DIR_PRIORITY_KEY, DEFAULT_INTER_SITE_PRIORITY_KEY, DEFAULT_PERIODIC_RELEASE_VALUE, DEFAULT_PERIODIC_REMOVE_VALUE, DEFAULT_REPLICA_REG_PRIORITY_KEY, DEFAULT_STAGE_IN_PRIORITY_KEY, DEFAULT_STAGE_OUT_PRIORITY_KEY, DEFAULT_SUBDAG_CATEGORY_KEY, mConcreteWorkflow, mDagWriter, mDone, mGridStartFactory, mInitializeGridStart, mPoolClass, mSeparator, mStyleFactory, mTCHandle, mTempLogFilemBag, mLogger, mPOptions, mProps, mSubmitFileDirVERSION| Constructor and Description |
|---|
HashedFile()
The default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PrintWriter |
getWriter(Job job)
Returns an open stream to the file that is used for writing out the
job information for the job.
|
applyStyle, concreteDagEmpty, constructDAGJob, generateCode, generateCode, generateLogFileSymlink, getAdditionalBraindumpEntries, getBasename, getCategoryDAGManKnobs, getCondorLogInSubmitDirectory, getCondorLogInSubmitDirectory, getCondorLogInTmpDirectory, getDAGMANOutFilename, getJobPriority, handleCondorVarForJob, handleEnvVarForJob, handleGlobusRSLForJob, initialize, initializeDagFileWriter, isInteger, populatePeriodicReleaseAndRemoveInJob, printDagString, reset, startMonitoring, writeDagFileTail, writeDOTFile, writeJobMapFilegetDAGFilename, getDAGFilename, getFileBaseName, writeOutBraindump, writeOutDAXReplicaStore, writeOutNotifications, writeOutStampedeEventspublic PrintWriter getWriter(Job job) throws IOException
getWriter in class Abstractjob - the job whose job information needs to be written.IOException - if unable to open a write handle to the file.