Uses of Interface
com.databricks.jdbc.dbclient.IDatabricksHttpClient
-
Packages that use IDatabricksHttpClient Package Description com.databricks.jdbc.api.impl.arrow com.databricks.jdbc.auth com.databricks.jdbc.dbclient.impl.http -
-
Uses of IDatabricksHttpClient in com.databricks.jdbc.api.impl.arrow
Constructors in com.databricks.jdbc.api.impl.arrow with parameters of type IDatabricksHttpClient Constructor Description ArrowStreamResult(TGetResultSetMetadataResp resultManifest, TRowSet resultData, boolean isInlineArrow, String statementId, IDatabricksSession session, IDatabricksHttpClient httpClient) -
Uses of IDatabricksHttpClient in com.databricks.jdbc.auth
Methods in com.databricks.jdbc.auth with parameters of type IDatabricksHttpClient Modifier and Type Method Description protected static com.databricks.sdk.core.oauth.TokenJwtPrivateKeyClientCredentials. retrieveToken(IDatabricksHttpClient hc, String tokenUrl, Map<String,String> params, Map<String,String> headers)JwtPrivateKeyClientCredentials.BuilderJwtPrivateKeyClientCredentials.Builder. withHttpClient(IDatabricksHttpClient hc) -
Uses of IDatabricksHttpClient in com.databricks.jdbc.dbclient.impl.http
Classes in com.databricks.jdbc.dbclient.impl.http that implement IDatabricksHttpClient Modifier and Type Class Description classDatabricksHttpClientHttp client implementation to be used for executing http requests.
-