Class JobPipelineInformation

java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobPipelineInformation

public class JobPipelineInformation extends Object
Job Pipeline Information, showing the relationship of jobs and recurrences of those jobs in a pipeline.
  • Constructor Details

    • JobPipelineInformation

      public JobPipelineInformation()
  • Method Details

    • pipelineId

      public UUID pipelineId()
      Get the job relationship pipeline identifier (a GUID).
      Returns:
      the pipelineId value
    • pipelineName

      public String pipelineName()
      Get the friendly name of the job relationship pipeline, which does not need to be unique.
      Returns:
      the pipelineName value
    • pipelineUri

      public String pipelineUri()
      Get the pipeline uri, unique, links to the originating service for this pipeline.
      Returns:
      the pipelineUri value
    • numJobsFailed

      public Integer numJobsFailed()
      Get the number of jobs in this pipeline that have failed.
      Returns:
      the numJobsFailed value
    • numJobsCanceled

      public Integer numJobsCanceled()
      Get the number of jobs in this pipeline that have been canceled.
      Returns:
      the numJobsCanceled value
    • numJobsSucceeded

      public Integer numJobsSucceeded()
      Get the number of jobs in this pipeline that have succeeded.
      Returns:
      the numJobsSucceeded value
    • auHoursFailed

      public Double auHoursFailed()
      Get the number of job execution hours that resulted in failed jobs.
      Returns:
      the auHoursFailed value
    • auHoursCanceled

      public Double auHoursCanceled()
      Get the number of job execution hours that resulted in canceled jobs.
      Returns:
      the auHoursCanceled value
    • auHoursSucceeded

      public Double 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

      public List<UUID> recurrences()
      Get the list of recurrence identifiers representing each run of this pipeline.
      Returns:
      the recurrences value