SparkSessionState Class

  • java.lang.Object
    • com.azure.analytics.synapse.spark.models.SparkSessionState

public final class SparkSessionState

The SparkSessionState model.

Constructor Summary

Constructor Description
SparkSessionState()

Method Summary

Modifier and Type Method and Description
OffsetDateTime getBusyAt()

Get the busyAt property: The busyAt property.

String getCurrentState()

Get the currentState property: The currentState property.

OffsetDateTime getDeadAt()

Get the deadAt property: The deadAt property.

OffsetDateTime getErrorAt()

Get the errorAt property: The errorAt property.

OffsetDateTime getIdleAt()

Get the idleAt property: The idleAt property.

SparkRequest getJobCreationRequest()

Get the jobCreationRequest property: The jobCreationRequest property.

OffsetDateTime getNotStartedAt()

Get the notStartedAt property: The notStartedAt property.

OffsetDateTime getRecoveringAt()

Get the recoveringAt property: The recoveringAt property.

OffsetDateTime getShuttingDownAt()

Get the shuttingDownAt property: The shuttingDownAt property.

OffsetDateTime getStartingAt()

Get the startingAt property: The startingAt property.

OffsetDateTime getTerminatedAt()

Get the terminatedAt property: The killedAt property.

SparkSessionState setBusyAt(OffsetDateTime busyAt)

Set the busyAt property: The busyAt property.

SparkSessionState setCurrentState(String currentState)

Set the currentState property: The currentState property.

SparkSessionState setDeadAt(OffsetDateTime deadAt)

Set the deadAt property: The deadAt property.

SparkSessionState setErrorAt(OffsetDateTime errorAt)

Set the errorAt property: The errorAt property.

SparkSessionState setIdleAt(OffsetDateTime idleAt)

Set the idleAt property: The idleAt property.

SparkSessionState setJobCreationRequest(SparkRequest jobCreationRequest)

Set the jobCreationRequest property: The jobCreationRequest property.

SparkSessionState setNotStartedAt(OffsetDateTime notStartedAt)

Set the notStartedAt property: The notStartedAt property.

SparkSessionState setRecoveringAt(OffsetDateTime recoveringAt)

Set the recoveringAt property: The recoveringAt property.

SparkSessionState setShuttingDownAt(OffsetDateTime shuttingDownAt)

Set the shuttingDownAt property: The shuttingDownAt property.

SparkSessionState setStartingAt(OffsetDateTime startingAt)

Set the startingAt property: The startingAt property.

SparkSessionState setTerminatedAt(OffsetDateTime terminatedAt)

Set the terminatedAt property: The killedAt property.

Methods inherited from java.lang.Object

Constructor Details

SparkSessionState

public SparkSessionState()

Method Details

getBusyAt

public OffsetDateTime getBusyAt()

Get the busyAt property: The busyAt property.

Returns:

the busyAt value.

getCurrentState

public String getCurrentState()

Get the currentState property: The currentState property.

Returns:

the currentState value.

getDeadAt

public OffsetDateTime getDeadAt()

Get the deadAt property: The deadAt property.

Returns:

the deadAt value.

getErrorAt

public OffsetDateTime getErrorAt()

Get the errorAt property: The errorAt property.

Returns:

the errorAt value.

getIdleAt

public OffsetDateTime getIdleAt()

Get the idleAt property: The idleAt property.

Returns:

the idleAt value.

getJobCreationRequest

public SparkRequest getJobCreationRequest()

Get the jobCreationRequest property: The jobCreationRequest property.

Returns:

the jobCreationRequest value.

getNotStartedAt

public OffsetDateTime getNotStartedAt()

Get the notStartedAt property: The notStartedAt property.

Returns:

the notStartedAt value.

getRecoveringAt

public OffsetDateTime getRecoveringAt()

Get the recoveringAt property: The recoveringAt property.

Returns:

the recoveringAt value.

getShuttingDownAt

public OffsetDateTime getShuttingDownAt()

Get the shuttingDownAt property: The shuttingDownAt property.

Returns:

the shuttingDownAt value.

getStartingAt

public OffsetDateTime getStartingAt()

Get the startingAt property: The startingAt property.

Returns:

the startingAt value.

getTerminatedAt

public OffsetDateTime getTerminatedAt()

Get the terminatedAt property: The killedAt property.

Returns:

the terminatedAt value.

setBusyAt

public SparkSessionState setBusyAt(OffsetDateTime busyAt)

Set the busyAt property: The busyAt property.

Parameters:

busyAt - the busyAt value to set.

Returns:

the SparkSessionState object itself.

setCurrentState

public SparkSessionState setCurrentState(String currentState)

Set the currentState property: The currentState property.

Parameters:

currentState - the currentState value to set.

Returns:

the SparkSessionState object itself.

setDeadAt

public SparkSessionState setDeadAt(OffsetDateTime deadAt)

Set the deadAt property: The deadAt property.

Parameters:

deadAt - the deadAt value to set.

Returns:

the SparkSessionState object itself.

setErrorAt

public SparkSessionState setErrorAt(OffsetDateTime errorAt)

Set the errorAt property: The errorAt property.

Parameters:

errorAt - the errorAt value to set.

Returns:

the SparkSessionState object itself.

setIdleAt

public SparkSessionState setIdleAt(OffsetDateTime idleAt)

Set the idleAt property: The idleAt property.

Parameters:

idleAt - the idleAt value to set.

Returns:

the SparkSessionState object itself.

setJobCreationRequest

public SparkSessionState setJobCreationRequest(SparkRequest jobCreationRequest)

Set the jobCreationRequest property: The jobCreationRequest property.

Parameters:

jobCreationRequest - the jobCreationRequest value to set.

Returns:

the SparkSessionState object itself.

setNotStartedAt

public SparkSessionState setNotStartedAt(OffsetDateTime notStartedAt)

Set the notStartedAt property: The notStartedAt property.

Parameters:

notStartedAt - the notStartedAt value to set.

Returns:

the SparkSessionState object itself.

setRecoveringAt

public SparkSessionState setRecoveringAt(OffsetDateTime recoveringAt)

Set the recoveringAt property: The recoveringAt property.

Parameters:

recoveringAt - the recoveringAt value to set.

Returns:

the SparkSessionState object itself.

setShuttingDownAt

public SparkSessionState setShuttingDownAt(OffsetDateTime shuttingDownAt)

Set the shuttingDownAt property: The shuttingDownAt property.

Parameters:

shuttingDownAt - the shuttingDownAt value to set.

Returns:

the SparkSessionState object itself.

setStartingAt

public SparkSessionState setStartingAt(OffsetDateTime startingAt)

Set the startingAt property: The startingAt property.

Parameters:

startingAt - the startingAt value to set.

Returns:

the SparkSessionState object itself.

setTerminatedAt

public SparkSessionState setTerminatedAt(OffsetDateTime terminatedAt)

Set the terminatedAt property: The killedAt property.

Parameters:

terminatedAt - the terminatedAt value to set.

Returns:

the SparkSessionState object itself.

Applies to