USqlJobProperties Class
- java.
lang. Object - JobProperties
- com.
microsoft. azure. management. datalake. analytics. models. USqlJobProperties
- com.
public class USqlJobProperties extends JobProperties
U-SQL job properties used when retrieving U-SQL jobs.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
algebraFilePath()
Get the algebraFilePath value. |
Compile |
compileMode()
Get the compileMode value. |
Job |
debugData()
Get the debugData value. |
List<Diagnostics> |
diagnostics()
Get the diagnostics value. |
List<Job |
resources()
Get the resources value. |
String |
rootProcessNodeId()
Get the rootProcessNodeId value. |
Job |
statistics()
Get the statistics value. |
Period |
totalCompilationTime()
Get the totalCompilationTime value. |
Period |
totalPauseTime()
Get the totalPauseTime value. |
Period |
totalQueuedTime()
Get the totalQueuedTime value. |
Period |
totalRunningTime()
Get the totalRunningTime value. |
String |
yarnApplicationId()
Get the yarnApplicationId value. |
Long |
yarnApplicationTimeStamp()
Get the yarnApplicationTimeStamp value. |
Inherited Members
Method Details
algebraFilePath
public String algebraFilePath()
Get the algebraFilePath value.
Returns:
compileMode
public CompileMode compileMode()
Get the compileMode value.
Returns:
debugData
public JobDataPath debugData()
Get the debugData value.
Returns:
diagnostics
public List
Get the diagnostics value.
Returns:
resources
public List
Get the resources value.
Returns:
rootProcessNodeId
public String rootProcessNodeId()
Get the rootProcessNodeId value.
Returns:
statistics
public JobStatistics statistics()
Get the statistics value.
Returns:
totalCompilationTime
public Period totalCompilationTime()
Get the totalCompilationTime value.
Returns:
totalPauseTime
public Period totalPauseTime()
Get the totalPauseTime value.
Returns:
totalQueuedTime
public Period totalQueuedTime()
Get the totalQueuedTime value.
Returns:
totalRunningTime
public Period totalRunningTime()
Get the totalRunningTime value.
Returns:
yarnApplicationId
public String yarnApplicationId()
Get the yarnApplicationId value.
Returns:
yarnApplicationTimeStamp
public Long yarnApplicationTimeStamp()
Get the yarnApplicationTimeStamp value.
Returns:
Applies to
Azure SDK for Java