Uses of Class
com.databricks.jdbc.exception.DatabricksHttpException
-
-
Uses of DatabricksHttpException in com.databricks.jdbc.api.impl.volume
Methods in com.databricks.jdbc.api.impl.volume that throw DatabricksHttpException Modifier and Type Method Description static IDatabricksVolumeClientDatabricksVolumeClientFactory. getVolumeClient(IDatabricksConnectionContext connectionContext)Creates an instance of the DBFVolumeClient from the given connectionContext.Constructors in com.databricks.jdbc.api.impl.volume that throw DatabricksHttpException Constructor Description DBFSVolumeClient(IDatabricksConnectionContext connectionContext) -
Uses of DatabricksHttpException in com.databricks.jdbc.common.util
Methods in com.databricks.jdbc.common.util that throw DatabricksHttpException Modifier and Type Method Description static voidDatabricksThriftUtil. checkDirectResultsForErrorStatus(TSparkDirectResults directResults, String context)static voidValidationUtil. checkHTTPError(org.apache.http.HttpResponse response)static voidDatabricksThriftUtil. verifySuccessStatus(TStatus status, String errorContext) -
Uses of DatabricksHttpException in com.databricks.jdbc.dbclient
Methods in com.databricks.jdbc.dbclient that throw DatabricksHttpException Modifier and Type Method Description org.apache.http.client.methods.CloseableHttpResponseIDatabricksHttpClient. execute(org.apache.http.client.methods.HttpUriRequest request)Executes the given http request and returns the responseorg.apache.http.client.methods.CloseableHttpResponseIDatabricksHttpClient. execute(org.apache.http.client.methods.HttpUriRequest request, boolean supportGzipEncoding)Executes the given http request and returns the response -
Uses of DatabricksHttpException in com.databricks.jdbc.dbclient.impl.common
Methods in com.databricks.jdbc.dbclient.impl.common that throw DatabricksHttpException Modifier and Type Method Description static CertPathTrustManagerParametersConfiguratorUtils. buildTrustManagerParameters(Set<TrustAnchor> trustAnchors, boolean checkCertificateRevocation, boolean acceptUndeterminedCertificateRevocation)Builds trust manager parameters for certificate path validation including certificate revocation checking.static org.apache.http.config.Registry<org.apache.http.conn.socket.ConnectionSocketFactory>ConfiguratorUtils. createConnectionSocketFactoryRegistry(IDatabricksConnectionContext connectionContext)Creates a registry of connection socket factories based on the connection context.static org.apache.http.impl.conn.PoolingHttpClientConnectionManagerConfiguratorUtils. getBaseConnectionManager(IDatabricksConnectionContext connectionContext)Creates and configures the connection manager based on the connection context.static Set<TrustAnchor>ConfiguratorUtils. getTrustAnchorsFromTrustStore(KeyStore trustStore)Extracts trust anchors from a KeyStore.static KeyStoreConfiguratorUtils. loadTruststoreOrNull(IDatabricksConnectionContext connectionContext)Loads a trust store from the path specified in the connection context.Constructors in com.databricks.jdbc.dbclient.impl.common that throw DatabricksHttpException Constructor Description ClientConfigurator(IDatabricksConnectionContext connectionContext) -
Uses of DatabricksHttpException in com.databricks.jdbc.dbclient.impl.http
Methods in com.databricks.jdbc.dbclient.impl.http that throw DatabricksHttpException Modifier and Type Method Description org.apache.http.client.methods.CloseableHttpResponseDatabricksHttpClient. execute(org.apache.http.client.methods.HttpUriRequest request)org.apache.http.client.methods.CloseableHttpResponseDatabricksHttpClient. execute(org.apache.http.client.methods.HttpUriRequest request, boolean supportGzipEncoding) -
Uses of DatabricksHttpException in com.databricks.jdbc.dbclient.impl.sqlexec
Constructors in com.databricks.jdbc.dbclient.impl.sqlexec that throw DatabricksHttpException Constructor Description DatabricksSdkClient(IDatabricksConnectionContext connectionContext)DatabricksSdkClient(IDatabricksConnectionContext connectionContext, com.databricks.sdk.service.sql.StatementExecutionService statementExecutionService, com.databricks.sdk.core.ApiClient apiClient) -
Uses of DatabricksHttpException in com.databricks.jdbc.dbclient.impl.thrift
Constructors in com.databricks.jdbc.dbclient.impl.thrift that throw DatabricksHttpException Constructor Description DatabricksThriftServiceClient(IDatabricksConnectionContext connectionContext)
-