| Package | Description |
|---|---|
| com.azure.analytics.synapse.spark.models |
Package containing the data models for SparkClient.
|
| Modifier and Type | Field and Description |
|---|---|
static LivyStatementStates |
LivyStatementStates.AVAILABLE
Static value available for LivyStatementStates.
|
static LivyStatementStates |
LivyStatementStates.CANCELLED
Static value cancelled for LivyStatementStates.
|
static LivyStatementStates |
LivyStatementStates.CANCELLING
Static value cancelling for LivyStatementStates.
|
static LivyStatementStates |
LivyStatementStates.ERROR
Static value error for LivyStatementStates.
|
static LivyStatementStates |
LivyStatementStates.RUNNING
Static value running for LivyStatementStates.
|
static LivyStatementStates |
LivyStatementStates.WAITING
Static value waiting for LivyStatementStates.
|
| Modifier and Type | Method and Description |
|---|---|
static LivyStatementStates |
LivyStatementStates.fromString(String name)
Creates or finds a LivyStatementStates from its string representation.
|
LivyStatementStates |
SparkStatement.getState()
Get the state property: The state property.
|
| Modifier and Type | Method and Description |
|---|---|
SparkStatement |
SparkStatement.setState(LivyStatementStates state)
Set the state property: The state property.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.