| Package | Description |
|---|---|
| com.databricks.sdk.core | |
| com.databricks.sdk.core.commons | |
| com.databricks.sdk.core.http | |
| com.databricks.sdk.core.retry |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ApiClient.execute(Request in,
Class<T> target)
Executes HTTP request with retries and converts it to proper POJO.
|
<T> T |
ApiClient.execute(Request in,
Class<T> target,
RequestOptions options)
Executes HTTP request with retries and converts it to proper POJO, using custom request
options.
|
<O> Collection<O> |
ApiClient.getCollection(Request req,
Class<O> element) |
Map<String,String> |
ApiClient.getStringMap(Request req) |
static <I> void |
ApiClient.setQuery(Request in,
I entity) |
protected <I,O> O |
ApiClient.withJavaType(Request request,
com.fasterxml.jackson.databind.JavaType javaType) |
| Modifier and Type | Method and Description |
|---|---|
Response |
CommonsHttpClient.execute(Request in) |
| Modifier and Type | Class and Description |
|---|---|
class |
FormRequest |
| Modifier and Type | Method and Description |
|---|---|
Request |
RequestOptions.applyOptions(Request request)
Applies all configured transformations to the given request.
|
Request |
Response.getRequest() |
Request |
Request.withHeader(String key,
String value) |
Request |
Request.withHeaders(Map<String,String> headers) |
Request |
Request.withQueryParam(String key,
String value) |
Request |
Request.withUrl(String url) |
| Modifier and Type | Method and Description |
|---|---|
Request |
RequestOptions.applyOptions(Request request)
Applies all configured transformations to the given request.
|
Response |
HttpClient.execute(Request in) |
| Constructor and Description |
|---|
Response(Request request,
int statusCode,
String status,
Map<String,List<String>> headers) |
Response(Request request,
int statusCode,
String status,
Map<String,List<String>> headers,
String body) |
Response(Request request,
URL url,
int statusCode,
String status,
Map<String,List<String>> headers) |
Response(Request request,
URL url,
int statusCode,
String status,
Map<String,List<String>> headers,
InputStream body) |
Response(Request request,
URL url,
int statusCode,
String status,
Map<String,List<String>> headers,
String body) |
| Modifier and Type | Method and Description |
|---|---|
RetryStrategy |
RetryStrategyPicker.getRetryStrategy(Request request)
This method is used to get the retry strategy for a given request.
|
RetryStrategy |
RequestBasedRetryStrategyPicker.getRetryStrategy(Request request)
This function gets the retry strategy for a given request based on whether the request is
idempotent or not.
|
Copyright © 2025. All rights reserved.