public final class SparkSessionState extends Object
| Constructor and Description |
|---|
SparkSessionState() |
| 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.
|
public OffsetDateTime getNotStartedAt()
public SparkSessionState setNotStartedAt(OffsetDateTime notStartedAt)
notStartedAt - the notStartedAt value to set.public OffsetDateTime getStartingAt()
public SparkSessionState setStartingAt(OffsetDateTime startingAt)
startingAt - the startingAt value to set.public OffsetDateTime getIdleAt()
public SparkSessionState setIdleAt(OffsetDateTime idleAt)
idleAt - the idleAt value to set.public OffsetDateTime getDeadAt()
public SparkSessionState setDeadAt(OffsetDateTime deadAt)
deadAt - the deadAt value to set.public OffsetDateTime getShuttingDownAt()
public SparkSessionState setShuttingDownAt(OffsetDateTime shuttingDownAt)
shuttingDownAt - the shuttingDownAt value to set.public OffsetDateTime getTerminatedAt()
public SparkSessionState setTerminatedAt(OffsetDateTime terminatedAt)
terminatedAt - the terminatedAt value to set.public OffsetDateTime getRecoveringAt()
public SparkSessionState setRecoveringAt(OffsetDateTime recoveringAt)
recoveringAt - the recoveringAt value to set.public OffsetDateTime getBusyAt()
public SparkSessionState setBusyAt(OffsetDateTime busyAt)
busyAt - the busyAt value to set.public OffsetDateTime getErrorAt()
public SparkSessionState setErrorAt(OffsetDateTime errorAt)
errorAt - the errorAt value to set.public String getCurrentState()
public SparkSessionState setCurrentState(String currentState)
currentState - the currentState value to set.public SparkRequest getJobCreationRequest()
public SparkSessionState setJobCreationRequest(SparkRequest jobCreationRequest)
jobCreationRequest - the jobCreationRequest value to set.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.