Uses of Class
com.databricks.jdbc.core.ImmutableSessionInfo
-
Packages that use ImmutableSessionInfo Package Description com.databricks.jdbc.client com.databricks.jdbc.client.impl.sdk com.databricks.jdbc.client.impl.thrift com.databricks.jdbc.core -
-
Uses of ImmutableSessionInfo in com.databricks.jdbc.client
Methods in com.databricks.jdbc.client that return ImmutableSessionInfo Modifier and Type Method Description ImmutableSessionInfoDatabricksClient. createSession(ComputeResource computeResource, String catalog, String schema, Map<String,String> sessionConf)Creates a new session for given warehouse-Id, catalog and session. -
Uses of ImmutableSessionInfo in com.databricks.jdbc.client.impl.sdk
Methods in com.databricks.jdbc.client.impl.sdk that return ImmutableSessionInfo Modifier and Type Method Description ImmutableSessionInfoDatabricksSdkClient. createSession(ComputeResource warehouse, String catalog, String schema, Map<String,String> sessionConf) -
Uses of ImmutableSessionInfo in com.databricks.jdbc.client.impl.thrift
Methods in com.databricks.jdbc.client.impl.thrift that return ImmutableSessionInfo Modifier and Type Method Description ImmutableSessionInfoDatabricksThriftServiceClient. createSession(ComputeResource cluster, String catalog, String schema, Map<String,String> sessionConf) -
Uses of ImmutableSessionInfo in com.databricks.jdbc.core
Methods in com.databricks.jdbc.core that return ImmutableSessionInfo Modifier and Type Method Description ImmutableSessionInfoImmutableSessionInfo.Builder. build()Builds a newImmutableSessionInfo.static ImmutableSessionInfoImmutableSessionInfo. copyOf(SessionInfo instance)Creates an immutable copy of aSessionInfovalue.ImmutableSessionInfoDatabricksSession. getSessionInfo()ImmutableSessionInfoIDatabricksSession. getSessionInfo()ImmutableSessionInfoImmutableSessionInfo. withComputeResource(ComputeResource value)Copy the current immutable object by setting a value for thecomputeResourceattribute.ImmutableSessionInfoImmutableSessionInfo. withSessionHandle(TSessionHandle value)Copy the current immutable object by setting a value for thesessionHandleattribute.ImmutableSessionInfoImmutableSessionInfo. withSessionId(String value)Copy the current immutable object by setting a value for thesessionIdattribute.
-