Class HiveServerType


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

      • HIVE_SERVER1

        public static final HiveServerType HIVE_SERVER1
        Static value HiveServer1 for HiveServerType.
      • HIVE_SERVER2

        public static final HiveServerType HIVE_SERVER2
        Static value HiveServer2 for HiveServerType.
      • HIVE_THRIFT_SERVER

        public static final HiveServerType HIVE_THRIFT_SERVER
        Static value HiveThriftServer for HiveServerType.
    • Constructor Detail

      • HiveServerType

        public HiveServerType()
    • Method Detail

      • fromString

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