| Package | Description |
|---|---|
| com.azure.analytics.synapse.spark.models |
Package containing the data models for SparkClient.
|
| Modifier and Type | Field and Description |
|---|---|
static SparkJobType |
SparkJobType.SPARK_BATCH
Static value SparkBatch for SparkJobType.
|
static SparkJobType |
SparkJobType.SPARK_SESSION
Static value SparkSession for SparkJobType.
|
| Modifier and Type | Method and Description |
|---|---|
static SparkJobType |
SparkJobType.fromString(String name)
Creates or finds a SparkJobType from its string representation.
|
SparkJobType |
SparkBatchJob.getJobType()
Get the jobType property: The job type.
|
SparkJobType |
SparkSession.getJobType()
Get the jobType property: The job type.
|
| Modifier and Type | Method and Description |
|---|---|
SparkBatchJob |
SparkBatchJob.setJobType(SparkJobType jobType)
Set the jobType property: The job type.
|
SparkSession |
SparkSession.setJobType(SparkJobType jobType)
Set the jobType property: The job type.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.