Class JobPipelineInformation
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobPipelineInformation
Job Pipeline Information, showing the relationship of jobs and recurrences
of those jobs in a pipeline.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the number of job execution hours that resulted in canceled jobs.Get the number of job execution hours that resulted in failed jobs.Get the number of job execution hours that resulted in successful jobs.org.joda.time.DateTime
Get the last time a job in this pipeline was submitted.Get the number of jobs in this pipeline that have been canceled.Get the number of jobs in this pipeline that have failed.Get the number of jobs in this pipeline that have succeeded.Get the job relationship pipeline identifier (a GUID).Get the friendly name of the job relationship pipeline, which does not need to be unique.Get the pipeline uri, unique, links to the originating service for this pipeline.Get the list of recurrence identifiers representing each run of this pipeline.runs()
Get the list of recurrence identifiers representing each run of this pipeline.
-
Constructor Details
-
JobPipelineInformation
public JobPipelineInformation()
-
-
Method Details
-
pipelineId
Get the job relationship pipeline identifier (a GUID).- Returns:
- the pipelineId value
-
pipelineName
Get the friendly name of the job relationship pipeline, which does not need to be unique.- Returns:
- the pipelineName value
-
pipelineUri
Get the pipeline uri, unique, links to the originating service for this pipeline.- Returns:
- the pipelineUri value
-
numJobsFailed
Get the number of jobs in this pipeline that have failed.- Returns:
- the numJobsFailed value
-
numJobsCanceled
Get the number of jobs in this pipeline that have been canceled.- Returns:
- the numJobsCanceled value
-
numJobsSucceeded
Get the number of jobs in this pipeline that have succeeded.- Returns:
- the numJobsSucceeded value
-
auHoursFailed
Get the number of job execution hours that resulted in failed jobs.- Returns:
- the auHoursFailed value
-
auHoursCanceled
Get the number of job execution hours that resulted in canceled jobs.- Returns:
- the auHoursCanceled value
-
auHoursSucceeded
Get the number of job execution hours that resulted in successful jobs.- Returns:
- the auHoursSucceeded value
-
lastSubmitTime
public org.joda.time.DateTime lastSubmitTime()Get the last time a job in this pipeline was submitted.- Returns:
- the lastSubmitTime value
-
runs
Get the list of recurrence identifiers representing each run of this pipeline.- Returns:
- the runs value
-
recurrences
Get the list of recurrence identifiers representing each run of this pipeline.- Returns:
- the recurrences value
-