Uses of Class
com.azure.resourcemanager.datafactory.models.SparkThriftTransportProtocol
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of SparkThriftTransportProtocol in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionSparkLinkedServiceTypeProperties.thriftTransportProtocol()
Get the thriftTransportProtocol property: The transport protocol to use in the Thrift layer.Modifier and TypeMethodDescriptionSparkLinkedServiceTypeProperties.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
Modifier and TypeFieldDescriptionstatic final SparkThriftTransportProtocol
SparkThriftTransportProtocol.BINARY
Static value Binary for SparkThriftTransportProtocol.static final SparkThriftTransportProtocol
SparkThriftTransportProtocol.HTTP
Static value HTTP for SparkThriftTransportProtocol.static final SparkThriftTransportProtocol
SparkThriftTransportProtocol.SASL
Static value SASL for SparkThriftTransportProtocol.Modifier and TypeMethodDescriptionstatic SparkThriftTransportProtocol
SparkThriftTransportProtocol.fromString
(String name) Creates or finds a SparkThriftTransportProtocol from its string representation.SparkLinkedService.thriftTransportProtocol()
Get the thriftTransportProtocol property: The transport protocol to use in the Thrift layer.Modifier and TypeMethodDescriptionSparkThriftTransportProtocol.values()
Gets known SparkThriftTransportProtocol values.Modifier and TypeMethodDescriptionSparkLinkedService.withThriftTransportProtocol
(SparkThriftTransportProtocol thriftTransportProtocol) Set the thriftTransportProtocol property: The transport protocol to use in the Thrift layer.