Uses of Class
com.azure.resourcemanager.datafactory.models.SparkThriftTransportProtocol
-
Packages that use SparkThriftTransportProtocol 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 SparkThriftTransportProtocol in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return SparkThriftTransportProtocol Modifier and Type Method Description SparkThriftTransportProtocol
SparkLinkedServiceTypeProperties. 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 SparkThriftTransportProtocol Modifier and Type Method Description SparkLinkedServiceTypeProperties
SparkLinkedServiceTypeProperties. withThriftTransportProtocol(SparkThriftTransportProtocol thriftTransportProtocol)
Set the thriftTransportProtocol property: The transport protocol to use in the Thrift layer. -
Uses of SparkThriftTransportProtocol in com.azure.resourcemanager.datafactory.models
Fields in com.azure.resourcemanager.datafactory.models declared as SparkThriftTransportProtocol Modifier and Type Field Description static SparkThriftTransportProtocol
SparkThriftTransportProtocol. BINARY
Static value Binary for SparkThriftTransportProtocol.static SparkThriftTransportProtocol
SparkThriftTransportProtocol. HTTP
Static value HTTP for SparkThriftTransportProtocol.static SparkThriftTransportProtocol
SparkThriftTransportProtocol. SASL
Static value SASL for SparkThriftTransportProtocol.Methods in com.azure.resourcemanager.datafactory.models that return SparkThriftTransportProtocol Modifier and Type Method Description static SparkThriftTransportProtocol
SparkThriftTransportProtocol. fromString(String name)
Creates or finds a SparkThriftTransportProtocol from its string representation.SparkThriftTransportProtocol
SparkLinkedService. 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 SparkThriftTransportProtocol Modifier and Type Method Description static Collection<SparkThriftTransportProtocol>
SparkThriftTransportProtocol. values()
Gets known SparkThriftTransportProtocol values.Methods in com.azure.resourcemanager.datafactory.models with parameters of type SparkThriftTransportProtocol Modifier and Type Method Description SparkLinkedService
SparkLinkedService. withThriftTransportProtocol(SparkThriftTransportProtocol thriftTransportProtocol)
Set the thriftTransportProtocol property: The transport protocol to use in the Thrift layer.
-