Class SparkServerType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SparkServerType>
com.azure.analytics.synapse.artifacts.models.SparkServerType

public final class SparkServerType extends com.azure.core.util.ExpandableStringEnum<SparkServerType>
The type of Spark server.
  • Field Details

    • SHARK_SERVER

      public static final SparkServerType SHARK_SERVER
      Static value SharkServer for SparkServerType.
    • SHARK_SERVER2

      public static final SparkServerType SHARK_SERVER2
      Static value SharkServer2 for SparkServerType.
    • SPARK_THRIFT_SERVER

      public static final SparkServerType SPARK_THRIFT_SERVER
      Static value SparkThriftServer for SparkServerType.
  • Constructor Details

    • SparkServerType

      public SparkServerType()
  • Method Details

    • fromString

      public static SparkServerType fromString(String name)
      Creates or finds a SparkServerType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding SparkServerType.
    • values

      public static Collection<SparkServerType> values()
      Gets known SparkServerType values.
      Returns:
      known SparkServerType values.