Package | Description |
---|---|
com.sas.lsaf.execution.job |
Provides the classes needed to create, update, and get jobs as well as execute them and get their status
|
Modifier and Type | Method and Description |
---|---|
OutputFileSpec |
Job.getOutputFileSpec()
Get the checkin specification to use for output files created by this job.
|
OutputFileSpec |
JobCreateInfo.getOutputFileSpec()
Gets the specification for how to check in outputs of the job.
|
OutputFileSpec |
Manifest.getOutputFileSpec()
Returns the specification for creating outputs at the time of this job submission.
|
Modifier and Type | Method and Description |
---|---|
void |
Job.setOutputFileSpec(OutputFileSpec outputFileSpec)
Set the checkin specification to use for output files created by this job.
|
void |
JobCreateInfo.setOutputFileSpec(OutputFileSpec outputFileSpec)
Sets the specification for how to check in outputs of the job.
|
Constructor and Description |
---|
Manifest(ManifestFile job,
String jobDescription,
JobSubmission jobSubmission,
List<ManifestProgram> programs,
List<ManifestInput> inputs,
List<ManifestOutput> outputs,
OutputFileSpec outputFileSpec,
Set<JobParameter> parameters,
Manifest.ManifestType manifestType,
ManifestFile log,
ManifestFile lst,
ManifestMetrics manifestMetrics)
It is not intended or recommended that the consumer of this API construct these objects.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA