Class SparkServerType


  • public final class SparkServerType
    extends com.azure.core.util.ExpandableStringEnum<SparkServerType>
    Defines values for SparkServerType.
    • Field Detail

      • 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 Detail

      • SparkServerType

        public SparkServerType()
    • Method Detail

      • 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.