Uses of Class
com.sas.lsaf.execution.job.ManifestMetrics
Packages that use ManifestMetrics
Package
Description
Provides the classes needed to create, update, and get jobs as well as execute them and get their status.
-
Uses of ManifestMetrics in com.sas.lsaf.execution.job
Methods in com.sas.lsaf.execution.job that return ManifestMetricsModifier and TypeMethodDescriptionManifest.getManifestMetrics()Gets the manifest metrics that were captured for the job submission.Constructors in com.sas.lsaf.execution.job with parameters of type ManifestMetricsModifierConstructorDescriptionManifest(ManifestFile manifest, ManifestJob job, JobSubmission jobSubmission, List<ManifestProgram> programs, List<ManifestInput> inputs, List<ManifestOutput> outputs, OutputFileSpec outputFileSpec, List<JobParameter> parameters, Manifest.ManifestType manifestType, List<ManifestSystemFile> logs, List<ManifestSystemFile> results, ManifestMetrics manifestMetrics, Long totalExecutionTime, List<ManifestExternalReference> externalInputs, List<ManifestExternalReference> externalOutputs) It is not intended or recommended that the consumer of this API construct these objects.