Class JobRecurrenceInformation

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

public class JobRecurrenceInformation extends Object
Recurrence job information for a specific recurrence.
  • Constructor Details

    • JobRecurrenceInformation

      public JobRecurrenceInformation()
  • Method Details

    • recurrenceId

      public UUID recurrenceId()
      Get the recurrence identifier (a GUID), unique per activity/script, regardless of iterations. This is something to link different occurrences of the same job together.
      Returns:
      the recurrenceId value
    • recurrenceName

      public String recurrenceName()
      Get the recurrence name, user friendly name for the correlation between jobs.
      Returns:
      the recurrenceName value
    • numJobsFailed

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

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

      public Integer numJobsSucceeded()
      Get the number of jobs in this recurrence 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 recurrence was submitted.
      Returns:
      the lastSubmitTime value