USqlJobProperties Class

  • java.lang.Object
    • JobProperties
      • com.microsoft.azure.management.datalake.analytics.models.USqlJobProperties

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.

CompileMode compileMode()

Get the compileMode value.

JobDataPath debugData()

Get the debugData value.

List<Diagnostics> diagnostics()

Get the diagnostics value.

List<JobResource> resources()

Get the resources value.

String rootProcessNodeId()

Get the rootProcessNodeId value.

JobStatistics 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:

the algebraFilePath value

compileMode

public CompileMode compileMode()

Get the compileMode value.

Returns:

the compileMode value

debugData

public JobDataPath debugData()

Get the debugData value.

Returns:

the debugData value

diagnostics

public List diagnostics()

Get the diagnostics value.

Returns:

the diagnostics value

resources

public List resources()

Get the resources value.

Returns:

the resources value

rootProcessNodeId

public String rootProcessNodeId()

Get the rootProcessNodeId value.

Returns:

the rootProcessNodeId value

statistics

public JobStatistics statistics()

Get the statistics value.

Returns:

the statistics value

totalCompilationTime

public Period totalCompilationTime()

Get the totalCompilationTime value.

Returns:

the totalCompilationTime value

totalPauseTime

public Period totalPauseTime()

Get the totalPauseTime value.

Returns:

the totalPauseTime value

totalQueuedTime

public Period totalQueuedTime()

Get the totalQueuedTime value.

Returns:

the totalQueuedTime value

totalRunningTime

public Period totalRunningTime()

Get the totalRunningTime value.

Returns:

the totalRunningTime value

yarnApplicationId

public String yarnApplicationId()

Get the yarnApplicationId value.

Returns:

the yarnApplicationId value

yarnApplicationTimeStamp

public Long yarnApplicationTimeStamp()

Get the yarnApplicationTimeStamp value.

Returns:

the yarnApplicationTimeStamp value

Applies to