Class HiveServerType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<HiveServerType>
com.azure.resourcemanager.datafactory.models.HiveServerType

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

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

    • HiveServerType

      public HiveServerType()
  • Method Details

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

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