SparkServicePlugin Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. SparkServicePlugin
- com.
Implements
public final class SparkServicePlugin
implements JsonSerializable<SparkServicePlugin>
The SparkServicePlugin model.
Constructor Summary
| Constructor | Description |
|---|---|
| SparkServicePlugin() |
Creates an instance of Spark |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Spark |
fromJson(JsonReader jsonReader)
Reads an instance of Spark |
|
Offset |
getCleanupStartedAt()
Get the cleanup |
|
Plugin |
getCurrentState()
Get the current |
|
Offset |
getMonitoringStartedAt()
Get the monitoring |
|
Offset |
getPreparationStartedAt()
Get the preparation |
|
Offset |
getResourceAcquisitionStartedAt()
Get the resource |
|
Offset |
getSubmissionStartedAt()
Get the submission |
|
Spark |
setCleanupStartedAt(OffsetDateTime cleanupStartedAt)
Set the cleanup |
|
Spark |
setCurrentState(PluginCurrentState currentState)
Set the current |
|
Spark |
setMonitoringStartedAt(OffsetDateTime monitoringStartedAt)
Set the monitoring |
|
Spark |
setPreparationStartedAt(OffsetDateTime preparationStartedAt)
Set the preparation |
|
Spark |
setResourceAcquisitionStartedAt(OffsetDateTime resourceAcquisitionStartedAt)
Set the resource |
|
Spark |
setSubmissionStartedAt(OffsetDateTime submissionStartedAt)
Set the submission |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
SparkServicePlugin
public SparkServicePlugin()
Creates an instance of SparkServicePlugin class.
Method Details
fromJson
public static SparkServicePlugin fromJson(JsonReader jsonReader)
Reads an instance of SparkServicePlugin from the JsonReader.
Parameters:
Returns:
Throws:
getCleanupStartedAt
public OffsetDateTime getCleanupStartedAt()
Get the cleanupStartedAt property: The cleanupStartedAt property.
Returns:
getCurrentState
public PluginCurrentState getCurrentState()
Get the currentState property: The currentState property.
Returns:
getMonitoringStartedAt
public OffsetDateTime getMonitoringStartedAt()
Get the monitoringStartedAt property: The monitoringStartedAt property.
Returns:
getPreparationStartedAt
public OffsetDateTime getPreparationStartedAt()
Get the preparationStartedAt property: The preparationStartedAt property.
Returns:
getResourceAcquisitionStartedAt
public OffsetDateTime getResourceAcquisitionStartedAt()
Get the resourceAcquisitionStartedAt property: The resourceAcquisitionStartedAt property.
Returns:
getSubmissionStartedAt
public OffsetDateTime getSubmissionStartedAt()
Get the submissionStartedAt property: The submissionStartedAt property.
Returns:
setCleanupStartedAt
public SparkServicePlugin setCleanupStartedAt(OffsetDateTime cleanupStartedAt)
Set the cleanupStartedAt property: The cleanupStartedAt property.
Parameters:
Returns:
setCurrentState
public SparkServicePlugin setCurrentState(PluginCurrentState currentState)
Set the currentState property: The currentState property.
Parameters:
Returns:
setMonitoringStartedAt
public SparkServicePlugin setMonitoringStartedAt(OffsetDateTime monitoringStartedAt)
Set the monitoringStartedAt property: The monitoringStartedAt property.
Parameters:
Returns:
setPreparationStartedAt
public SparkServicePlugin setPreparationStartedAt(OffsetDateTime preparationStartedAt)
Set the preparationStartedAt property: The preparationStartedAt property.
Parameters:
Returns:
setResourceAcquisitionStartedAt
public SparkServicePlugin setResourceAcquisitionStartedAt(OffsetDateTime resourceAcquisitionStartedAt)
Set the resourceAcquisitionStartedAt property: The resourceAcquisitionStartedAt property.
Parameters:
Returns:
setSubmissionStartedAt
public SparkServicePlugin setSubmissionStartedAt(OffsetDateTime submissionStartedAt)
Set the submissionStartedAt property: The submissionStartedAt property.
Parameters:
Returns: