Uses of Class
com.databricks.jdbc.api.impl.ImmutableSessionInfo
-
-
Uses of ImmutableSessionInfo in com.databricks.jdbc.api
Methods in com.databricks.jdbc.api that return ImmutableSessionInfo Modifier and Type Method Description ImmutableSessionInfoIDatabricksSession. getSessionInfo() -
Uses of ImmutableSessionInfo in com.databricks.jdbc.api.impl
Methods in com.databricks.jdbc.api.impl 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()ImmutableSessionInfoImmutableSessionInfo. withComputeResource(IDatabricksComputeResource 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. -
Uses of ImmutableSessionInfo in com.databricks.jdbc.dbclient
Methods in com.databricks.jdbc.dbclient that return ImmutableSessionInfo Modifier and Type Method Description ImmutableSessionInfoDatabricksClient. createSession(IDatabricksComputeResource 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.dbclient.impl.sqlexec
Methods in com.databricks.jdbc.dbclient.impl.sqlexec that return ImmutableSessionInfo Modifier and Type Method Description ImmutableSessionInfoDatabricksSdkClient. createSession(IDatabricksComputeResource warehouse, String catalog, String schema, Map<String,String> sessionConf) -
Uses of ImmutableSessionInfo in com.databricks.jdbc.dbclient.impl.thrift
Methods in com.databricks.jdbc.dbclient.impl.thrift that return ImmutableSessionInfo Modifier and Type Method Description ImmutableSessionInfoDatabricksThriftServiceClient. createSession(IDatabricksComputeResource cluster, String catalog, String schema, Map<String,String> sessionConf)
-