Uses of Class
com.databricks.jdbc.client.DatabricksHttpException
-
Packages that use DatabricksHttpException Package Description com.databricks.jdbc.client com.databricks.jdbc.client.http com.databricks.jdbc.client.impl.thrift.commons com.databricks.jdbc.commons.util -
-
Uses of DatabricksHttpException in com.databricks.jdbc.client
Methods in com.databricks.jdbc.client 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 response TODO: add error handling -
Uses of DatabricksHttpException in com.databricks.jdbc.client.http
Methods in com.databricks.jdbc.client.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. executeWithoutCertVerification(org.apache.http.client.methods.HttpUriRequest request)static booleanRetryHandler. isRetryAllowedHttp(int executionCount, org.apache.http.protocol.HttpContext context, int errCode, boolean shouldRetryTemporarilyUnavailableError, long temporarilyUnavailableRetryTimeout, boolean shouldRetryRateLimitError, long rateLimitRetryTimeout, long temporarilyUnavailableRetryCount, long rateLimitRetryCount, long retryInterval, String originalErrorMessage) -
Uses of DatabricksHttpException in com.databricks.jdbc.client.impl.thrift.commons
Methods in com.databricks.jdbc.client.impl.thrift.commons that throw DatabricksHttpException Modifier and Type Method Description static voidDatabricksThriftHelper. checkDirectResultsForErrorStatus(TSparkDirectResults directResults, String context)TFetchResultsRespDatabricksThriftAccessor. getResultSetResp(TOperationHandle operationHandle, String context)static voidDatabricksThriftHelper. verifySuccessStatus(TStatusCode statusCode, String errorContext) -
Uses of DatabricksHttpException in com.databricks.jdbc.commons.util
Methods in com.databricks.jdbc.commons.util that throw DatabricksHttpException Modifier and Type Method Description static voidValidationUtil. checkHTTPError(org.apache.http.HttpResponse response)
-