| 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 |
|---|---|
SparkSessionCollection |
SparkSessionClient.getSparkSessions()
List all spark sessions which are running under a particular spark pool.
|
SparkSessionCollection |
SparkSessionClient.getSparkSessions(Integer from,
Integer size,
Boolean detailed)
List all spark sessions which are running under a particular spark pool.
|
| Modifier and Type | Method and Description |
|---|---|
SparkSessionCollection |
SparkSessionCollection.setFrom(int from)
Set the from property: The from property.
|
SparkSessionCollection |
SparkSessionCollection.setSessions(List<SparkSession> sessions)
Set the sessions property: The sessions property.
|
SparkSessionCollection |
SparkSessionCollection.setTotal(int total)
Set the total property: The total property.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.