Uses of Class
com.azure.resourcemanager.datafactory.models.HiveThriftTransportProtocol
-
Packages that use HiveThriftTransportProtocol Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of HiveThriftTransportProtocol in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return HiveThriftTransportProtocol Modifier and Type Method Description HiveThriftTransportProtocol
HiveLinkedServiceTypeProperties. thriftTransportProtocol()
Get the thriftTransportProtocol property: The transport protocol to use in the Thrift layer.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type HiveThriftTransportProtocol Modifier and Type Method Description HiveLinkedServiceTypeProperties
HiveLinkedServiceTypeProperties. withThriftTransportProtocol(HiveThriftTransportProtocol thriftTransportProtocol)
Set the thriftTransportProtocol property: The transport protocol to use in the Thrift layer. -
Uses of HiveThriftTransportProtocol in com.azure.resourcemanager.datafactory.models
Fields in com.azure.resourcemanager.datafactory.models declared as HiveThriftTransportProtocol Modifier and Type Field Description static HiveThriftTransportProtocol
HiveThriftTransportProtocol. BINARY
Static value Binary for HiveThriftTransportProtocol.static HiveThriftTransportProtocol
HiveThriftTransportProtocol. HTTP
Static value HTTP for HiveThriftTransportProtocol.static HiveThriftTransportProtocol
HiveThriftTransportProtocol. SASL
Static value SASL for HiveThriftTransportProtocol.Methods in com.azure.resourcemanager.datafactory.models that return HiveThriftTransportProtocol Modifier and Type Method Description static HiveThriftTransportProtocol
HiveThriftTransportProtocol. fromString(String name)
Creates or finds a HiveThriftTransportProtocol from its string representation.HiveThriftTransportProtocol
HiveLinkedService. thriftTransportProtocol()
Get the thriftTransportProtocol property: The transport protocol to use in the Thrift layer.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type HiveThriftTransportProtocol Modifier and Type Method Description static Collection<HiveThriftTransportProtocol>
HiveThriftTransportProtocol. values()
Gets known HiveThriftTransportProtocol values.Methods in com.azure.resourcemanager.datafactory.models with parameters of type HiveThriftTransportProtocol Modifier and Type Method Description HiveLinkedService
HiveLinkedService. withThriftTransportProtocol(HiveThriftTransportProtocol thriftTransportProtocol)
Set the thriftTransportProtocol property: The transport protocol to use in the Thrift layer.
-