Uses of Class
com.azure.analytics.synapse.artifacts.models.SparkThriftTransportProtocol
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of SparkThriftTransportProtocol in com.azure.analytics.synapse.artifacts.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.getThriftTransportProtocol()
Get the thriftTransportProtocol property: The transport protocol to use in the Thrift layer.Modifier and TypeMethodDescriptionSparkThriftTransportProtocol.values()
Gets known SparkThriftTransportProtocol values.Modifier and TypeMethodDescriptionSparkLinkedService.setThriftTransportProtocol
(SparkThriftTransportProtocol thriftTransportProtocol) Set the thriftTransportProtocol property: The transport protocol to use in the Thrift layer.