Uses of Interface
com.databricks.jdbc.common.IDatabricksComputeResource
Packages that use IDatabricksComputeResource
Package
Description
-
Uses of IDatabricksComputeResource in com.databricks.jdbc.api.impl
Methods in com.databricks.jdbc.api.impl that return IDatabricksComputeResourceModifier and TypeMethodDescriptionImmutableSessionInfo.computeResource()SessionInfo.computeResource()DatabricksConnectionContext.getComputeResource()DatabricksSession.getComputeResource()Methods in com.databricks.jdbc.api.impl with parameters of type IDatabricksComputeResourceModifier and TypeMethodDescriptionImmutableSessionInfo.Builder.computeResource(IDatabricksComputeResource computeResource) Initializes the value for thecomputeResourceattribute.final ImmutableSessionInfoImmutableSessionInfo.withComputeResource(IDatabricksComputeResource value) Copy the current immutable object by setting a value for thecomputeResourceattribute. -
Uses of IDatabricksComputeResource in com.databricks.jdbc.api.internal
Methods in com.databricks.jdbc.api.internal that return IDatabricksComputeResourceModifier and TypeMethodDescriptionIDatabricksConnectionContext.getComputeResource()Returns warehouse-Id as parsed from JDBC connection UrlIDatabricksSession.getComputeResource()Get the warehouse associated with the session. -
Uses of IDatabricksComputeResource in com.databricks.jdbc.common
Classes in com.databricks.jdbc.common that implement IDatabricksComputeResource -
Uses of IDatabricksComputeResource in com.databricks.jdbc.dbclient
Methods in com.databricks.jdbc.dbclient with parameters of type IDatabricksComputeResourceModifier and TypeMethodDescriptionIDatabricksClient.createSession(IDatabricksComputeResource computeResource, String catalog, String schema, Map<String, String> sessionConf) Creates a new session for given warehouse-Id, catalog and session.IDatabricksClient.executeStatement(String sql, IDatabricksComputeResource computeResource, Map<Integer, ImmutableSqlParameter> parameters, StatementType statementType, IDatabricksSession session, IDatabricksStatementInternal parentStatement) Executes a statement in Databricks serverIDatabricksClient.executeStatementAsync(String sql, IDatabricksComputeResource computeResource, Map<Integer, ImmutableSqlParameter> parameters, IDatabricksSession session, IDatabricksStatementInternal parentStatement) Executes a statement in Databricks server asynchronously -
Uses of IDatabricksComputeResource in com.databricks.jdbc.dbclient.impl.common
Constructors in com.databricks.jdbc.dbclient.impl.common with parameters of type IDatabricksComputeResourceModifierConstructorDescriptionSessionId(THandleIdentifier identifier, IDatabricksComputeResource computeResource) Constructs a SessionId identifier for a given Thrift Server session-IdSessionId(String sessionId, IDatabricksComputeResource warehouseId) Constructs a SessionId identifier for a given SQL Exec session-Id -
Uses of IDatabricksComputeResource in com.databricks.jdbc.dbclient.impl.sqlexec
Methods in com.databricks.jdbc.dbclient.impl.sqlexec with parameters of type IDatabricksComputeResourceModifier and TypeMethodDescriptionDatabricksSdkClient.createSession(IDatabricksComputeResource warehouse, String catalog, String schema, Map<String, String> sessionConf) DatabricksSdkClient.executeStatement(String sql, IDatabricksComputeResource computeResource, Map<Integer, ImmutableSqlParameter> parameters, StatementType statementType, IDatabricksSession session, IDatabricksStatementInternal parentStatement) DatabricksSdkClient.executeStatementAsync(String sql, IDatabricksComputeResource computeResource, Map<Integer, ImmutableSqlParameter> parameters, IDatabricksSession session, IDatabricksStatementInternal parentStatement) -
Uses of IDatabricksComputeResource in com.databricks.jdbc.dbclient.impl.thrift
Methods in com.databricks.jdbc.dbclient.impl.thrift with parameters of type IDatabricksComputeResourceModifier and TypeMethodDescriptionDatabricksThriftServiceClient.createSession(IDatabricksComputeResource cluster, String catalog, String schema, Map<String, String> sessionConf) DatabricksThriftServiceClient.executeStatement(String sql, IDatabricksComputeResource computeResource, Map<Integer, ImmutableSqlParameter> parameters, StatementType statementType, IDatabricksSession session, IDatabricksStatementInternal parentStatement) DatabricksThriftServiceClient.executeStatementAsync(String sql, IDatabricksComputeResource computeResource, Map<Integer, ImmutableSqlParameter> parameters, IDatabricksSession session, IDatabricksStatementInternal parentStatement)