Class USqlJobProperties
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobProperties
com.microsoft.azure.management.datalake.analytics.models.USqlJobProperties
U-SQL job properties used when retrieving U-SQL jobs.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the algebra file path after the job has completed.Get the specific compilation mode for the job used during execution.Get the job specific debug data locations.Get the diagnostics for the job.Get the list of resources that are required by the job.Get the ID used to identify the job manager coordinating job execution.Get the job specific statistics.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.withDebugData
(JobDataPath debugData) Set the job specific debug data locations.withStatistics
(JobStatistics statistics) Set the job specific statistics.Get the ID used to identify the yarn application executing the job.Get the timestamp (in ticks) for the yarn application executing the job.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.JobProperties
runtimeVersion, script, withRuntimeVersion, withScript
-
Constructor Details
-
USqlJobProperties
public USqlJobProperties()
-
-
Method Details
-
resources
Get the list of resources that are required by the job.- Returns:
- the resources value
-
statistics
Get the job specific statistics.- Returns:
- the statistics value
-
withStatistics
Set the job specific statistics.- Parameters:
statistics
- the statistics value to set- Returns:
- the USqlJobProperties object itself.
-
debugData
Get the job specific debug data locations.- Returns:
- the debugData value
-
withDebugData
Set the job specific debug data locations.- Parameters:
debugData
- the debugData value to set- Returns:
- the USqlJobProperties object itself.
-
diagnostics
Get the diagnostics for the job.- Returns:
- the diagnostics value
-
algebraFilePath
Get the algebra file path after the job has completed.- Returns:
- the algebraFilePath value
-
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
-
yarnApplicationTimeStamp
Get the timestamp (in ticks) for the yarn application executing the job. This value should not be set by the user and will be ignored if it is.- Returns:
- the yarnApplicationTimeStamp value
-
compileMode
Get the specific compilation mode for the job used during execution. If this is not specified during submission, the server will determine the optimal compilation mode. Possible values include: 'Semantic', 'Full', 'SingleBox'.- Returns:
- the compileMode value
-