Class JobRecurrenceInformation
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobRecurrenceInformation
Recurrence job information for a specific recurrence.
-
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 recurrence was submitted.Get the number of jobs in this recurrence that have been canceled.Get the number of jobs in this recurrence that have failed.Get the number of jobs in this recurrence that have succeeded.Get the recurrence identifier (a GUID), unique per activity/script, regardless of iterations.Get the recurrence name, user friendly name for the correlation between jobs.
-
Constructor Details
-
JobRecurrenceInformation
public JobRecurrenceInformation()
-
-
Method Details
-
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
Get the recurrence name, user friendly name for the correlation between jobs.- Returns:
- the recurrenceName value
-
numJobsFailed
Get the number of jobs in this recurrence that have failed.- Returns:
- the numJobsFailed value
-
numJobsCanceled
Get the number of jobs in this recurrence that have been canceled.- Returns:
- the numJobsCanceled value
-
numJobsSucceeded
Get the number of jobs in this recurrence 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 recurrence was submitted.- Returns:
- the lastSubmitTime value
-