SparkJob Class

  • java.lang.Object
    • com.azure.analytics.synapse.monitoring.models.SparkJob

public final class SparkJob

The SparkJob model.

Constructor Summary

Constructor Description
SparkJob()

Method Summary

Modifier and Type Method and Description
String getCompute()

Get the compute property: The compute property.

OffsetDateTime getEndTime()

Get the endTime property: The endTime property.

String getJobType()

Get the jobType property: The jobType property.

String getLivyId()

Get the livyId property: The livyId property.

String getName()

Get the name property: The name property.

List<SparkJob> getPipeline()

Get the pipeline property: The pipeline property.

String getQueuedDuration()

Get the queuedDuration property: The queuedDuration property.

String getRunningDuration()

Get the runningDuration property: The runningDuration property.

String getSparkApplicationId()

Get the sparkApplicationId property: The sparkApplicationId property.

String getSparkJobDefinition()

Get the sparkJobDefinition property: The sparkJobDefinition property.

String getState()

Get the state property: The state property.

OffsetDateTime getSubmitTime()

Get the submitTime property: The submitTime property.

String getSubmitter()

Get the submitter property: The submitter property.

List<String> getTiming()

Get the timing property: The timing property.

String getTotalDuration()

Get the totalDuration property: The totalDuration property.

SparkJob setCompute(String compute)

Set the compute property: The compute property.

SparkJob setEndTime(OffsetDateTime endTime)

Set the endTime property: The endTime property.

SparkJob setJobType(String jobType)

Set the jobType property: The jobType property.

SparkJob setLivyId(String livyId)

Set the livyId property: The livyId property.

SparkJob setName(String name)

Set the name property: The name property.

SparkJob setPipeline(List<SparkJob> pipeline)

Set the pipeline property: The pipeline property.

SparkJob setQueuedDuration(String queuedDuration)

Set the queuedDuration property: The queuedDuration property.

SparkJob setRunningDuration(String runningDuration)

Set the runningDuration property: The runningDuration property.

SparkJob setSparkApplicationId(String sparkApplicationId)

Set the sparkApplicationId property: The sparkApplicationId property.

SparkJob setSparkJobDefinition(String sparkJobDefinition)

Set the sparkJobDefinition property: The sparkJobDefinition property.

SparkJob setState(String state)

Set the state property: The state property.

SparkJob setSubmitTime(OffsetDateTime submitTime)

Set the submitTime property: The submitTime property.

SparkJob setSubmitter(String submitter)

Set the submitter property: The submitter property.

SparkJob setTiming(List<String> timing)

Set the timing property: The timing property.

SparkJob setTotalDuration(String totalDuration)

Set the totalDuration property: The totalDuration property.

Methods inherited from java.lang.Object

Constructor Details

SparkJob

public SparkJob()

Method Details

getCompute

public String getCompute()

Get the compute property: The compute property.

Returns:

the compute value.

getEndTime

public OffsetDateTime getEndTime()

Get the endTime property: The endTime property.

Returns:

the endTime value.

getJobType

public String getJobType()

Get the jobType property: The jobType property.

Returns:

the jobType value.

getLivyId

public String getLivyId()

Get the livyId property: The livyId property.

Returns:

the livyId value.

getName

public String getName()

Get the name property: The name property.

Returns:

the name value.

getPipeline

public List getPipeline()

Get the pipeline property: The pipeline property.

Returns:

the pipeline value.

getQueuedDuration

public String getQueuedDuration()

Get the queuedDuration property: The queuedDuration property.

Returns:

the queuedDuration value.

getRunningDuration

public String getRunningDuration()

Get the runningDuration property: The runningDuration property.

Returns:

the runningDuration value.

getSparkApplicationId

public String getSparkApplicationId()

Get the sparkApplicationId property: The sparkApplicationId property.

Returns:

the sparkApplicationId value.

getSparkJobDefinition

public String getSparkJobDefinition()

Get the sparkJobDefinition property: The sparkJobDefinition property.

Returns:

the sparkJobDefinition value.

getState

public String getState()

Get the state property: The state property.

Returns:

the state value.

getSubmitTime

public OffsetDateTime getSubmitTime()

Get the submitTime property: The submitTime property.

Returns:

the submitTime value.

getSubmitter

public String getSubmitter()

Get the submitter property: The submitter property.

Returns:

the submitter value.

getTiming

public List getTiming()

Get the timing property: The timing property.

Returns:

the timing value.

getTotalDuration

public String getTotalDuration()

Get the totalDuration property: The totalDuration property.

Returns:

the totalDuration value.

setCompute

public SparkJob setCompute(String compute)

Set the compute property: The compute property.

Parameters:

compute - the compute value to set.

Returns:

the SparkJob object itself.

setEndTime

public SparkJob setEndTime(OffsetDateTime endTime)

Set the endTime property: The endTime property.

Parameters:

endTime - the endTime value to set.

Returns:

the SparkJob object itself.

setJobType

public SparkJob setJobType(String jobType)

Set the jobType property: The jobType property.

Parameters:

jobType - the jobType value to set.

Returns:

the SparkJob object itself.

setLivyId

public SparkJob setLivyId(String livyId)

Set the livyId property: The livyId property.

Parameters:

livyId - the livyId value to set.

Returns:

the SparkJob object itself.

setName

public SparkJob setName(String name)

Set the name property: The name property.

Parameters:

name - the name value to set.

Returns:

the SparkJob object itself.

setPipeline

public SparkJob setPipeline(List pipeline)

Set the pipeline property: The pipeline property.

Parameters:

pipeline - the pipeline value to set.

Returns:

the SparkJob object itself.

setQueuedDuration

public SparkJob setQueuedDuration(String queuedDuration)

Set the queuedDuration property: The queuedDuration property.

Parameters:

queuedDuration - the queuedDuration value to set.

Returns:

the SparkJob object itself.

setRunningDuration

public SparkJob setRunningDuration(String runningDuration)

Set the runningDuration property: The runningDuration property.

Parameters:

runningDuration - the runningDuration value to set.

Returns:

the SparkJob object itself.

setSparkApplicationId

public SparkJob setSparkApplicationId(String sparkApplicationId)

Set the sparkApplicationId property: The sparkApplicationId property.

Parameters:

sparkApplicationId - the sparkApplicationId value to set.

Returns:

the SparkJob object itself.

setSparkJobDefinition

public SparkJob setSparkJobDefinition(String sparkJobDefinition)

Set the sparkJobDefinition property: The sparkJobDefinition property.

Parameters:

sparkJobDefinition - the sparkJobDefinition value to set.

Returns:

the SparkJob object itself.

setState

public SparkJob setState(String state)

Set the state property: The state property.

Parameters:

state - the state value to set.

Returns:

the SparkJob object itself.

setSubmitTime

public SparkJob setSubmitTime(OffsetDateTime submitTime)

Set the submitTime property: The submitTime property.

Parameters:

submitTime - the submitTime value to set.

Returns:

the SparkJob object itself.

setSubmitter

public SparkJob setSubmitter(String submitter)

Set the submitter property: The submitter property.

Parameters:

submitter - the submitter value to set.

Returns:

the SparkJob object itself.

setTiming

public SparkJob setTiming(List timing)

Set the timing property: The timing property.

Parameters:

timing - the timing value to set.

Returns:

the SparkJob object itself.

setTotalDuration

public SparkJob setTotalDuration(String totalDuration)

Set the totalDuration property: The totalDuration property.

Parameters:

totalDuration - the totalDuration value to set.

Returns:

the SparkJob object itself.

Applies to