Class HiveThriftTransportProtocol
java.lang.Object
com.azure.core.util.ExpandableStringEnum<HiveThriftTransportProtocol>
com.azure.resourcemanager.datafactory.models.HiveThriftTransportProtocol
public final class HiveThriftTransportProtocol
extends com.azure.core.util.ExpandableStringEnum<HiveThriftTransportProtocol>
The transport protocol to use in the Thrift layer.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HiveThriftTransportProtocol
Static value Binary for HiveThriftTransportProtocol.static final HiveThriftTransportProtocol
Static value HTTP for HiveThriftTransportProtocol.static final HiveThriftTransportProtocol
Static value SASL for HiveThriftTransportProtocol. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HiveThriftTransportProtocol
fromString
(String name) Creates or finds a HiveThriftTransportProtocol from its string representation.values()
Gets known HiveThriftTransportProtocol values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
BINARY
Static value Binary for HiveThriftTransportProtocol. -
SASL
Static value SASL for HiveThriftTransportProtocol. -
HTTP
Static value HTTP for HiveThriftTransportProtocol.
-
-
Constructor Details
-
HiveThriftTransportProtocol
Deprecated.Use thefromString(String)
factory method.Creates a new instance of HiveThriftTransportProtocol value.
-
-
Method Details
-
fromString
Creates or finds a HiveThriftTransportProtocol from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding HiveThriftTransportProtocol.
-
values
Gets known HiveThriftTransportProtocol values.- Returns:
- known HiveThriftTransportProtocol values.
-
fromString(String)
factory method.