Class ScopeJobProperties
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobProperties
com.microsoft.azure.management.datalake.analytics.models.ScopeJobProperties
Scope job properties used when submitting and retrieving Scope jobs. (Only
for use internally with Scope job type.).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnotifier()
Get the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state.Get the list of resources that are required by the job.Get the ID used to identify the job manager coordinating job execution.org.joda.time.Period
Get the total time this job spent compiling.org.joda.time.Period
Get the total time this job spent paused.org.joda.time.Period
Get the total time this job spent queued.org.joda.time.Period
Get the total time this job spent executing.Get the algebra file path after the job has completed.withNotifier
(String notifier) Set the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state.Get the ID used to identify the yarn application executing the job.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.JobProperties
runtimeVersion, script, withRuntimeVersion, withScript
-
Constructor Details
-
ScopeJobProperties
public ScopeJobProperties()
-
-
Method Details
-
resources
Get the list of resources that are required by the job.- Returns:
- the resources value
-
userAlgebraPath
Get the algebra file path after the job has completed.- Returns:
- the userAlgebraPath value
-
notifier
Get the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state.- Returns:
- the notifier value
-
withNotifier
Set the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state.- Parameters:
notifier
- the notifier value to set- Returns:
- the ScopeJobProperties object itself.
-
totalCompilationTime
public org.joda.time.Period totalCompilationTime()Get the total time this job spent compiling. This value should not be set by the user and will be ignored if it is.- Returns:
- the totalCompilationTime value
-
totalQueuedTime
public org.joda.time.Period totalQueuedTime()Get the total time this job spent queued. This value should not be set by the user and will be ignored if it is.- Returns:
- the totalQueuedTime value
-
totalRunningTime
public org.joda.time.Period totalRunningTime()Get the total time this job spent executing. This value should not be set by the user and will be ignored if it is.- Returns:
- the totalRunningTime value
-
totalPausedTime
public org.joda.time.Period totalPausedTime()Get the total time this job spent paused. This value should not be set by the user and will be ignored if it is.- Returns:
- the totalPausedTime value
-
rootProcessNodeId
Get the ID used to identify the job manager coordinating job execution. This value should not be set by the user and will be ignored if it is.- Returns:
- the rootProcessNodeId value
-
yarnApplicationId
Get the ID used to identify the yarn application executing the job. This value should not be set by the user and will be ignored if it is.- Returns:
- the yarnApplicationId value
-