| Package | Description |
|---|---|
| com.azure.analytics.synapse.spark |
Package containing the classes for SparkClient.
|
| com.azure.analytics.synapse.spark.models |
Package containing the data models for SparkClient.
|
| Modifier and Type | Method and Description |
|---|---|
SparkStatement |
SparkSessionClient.createSparkStatement(int sessionId,
SparkStatementOptions sparkStatementOptions)
Create statement within a spark session.
|
SparkStatement |
SparkSessionClient.getSparkStatement(int sessionId,
int statementId)
Gets a single statement within a spark session.
|
| Modifier and Type | Method and Description |
|---|---|
SparkStatement |
SparkStatement.setCode(String code)
Set the code property: The code property.
|
SparkStatement |
SparkStatement.setId(int id)
Set the id property: The id property.
|
SparkStatement |
SparkStatement.setOutput(SparkStatementOutput output)
Set the output property: The output property.
|
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.