Uses of Class
com.databricks.jdbc.api.impl.ImmutableSessionInfo
-
-
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.api.internal
Methods in com.databricks.jdbc.api.internal that return ImmutableSessionInfo Modifier and Type Method Description ImmutableSessionInfoIDatabricksSession. getSessionInfo() -
Uses of ImmutableSessionInfo in com.databricks.jdbc.dbclient
Methods in com.databricks.jdbc.dbclient that return ImmutableSessionInfo Modifier and Type Method Description ImmutableSessionInfoIDatabricksClient. createSession(IDatabricksComputeResource computeResource, String catalog, String schema, Map<String,String> sessionConf)Creates a new session for given warehouse-Id, catalog and session.Methods in com.databricks.jdbc.dbclient with parameters of type ImmutableSessionInfo Modifier and Type Method Description voidIDatabricksClient. deleteSession(ImmutableSessionInfo sessionInfo)Deletes a session for given session-Id -
Uses of ImmutableSessionInfo in com.databricks.jdbc.dbclient.impl.common
Methods in com.databricks.jdbc.dbclient.impl.common that return ImmutableSessionInfo Modifier and Type Method Description ImmutableSessionInfoSessionId. getSessionInfo()Returns an ImmutableSessionInfo for the given session-IdMethods in com.databricks.jdbc.dbclient.impl.common with parameters of type ImmutableSessionInfo Modifier and Type Method Description static SessionIdSessionId. create(ImmutableSessionInfo sessionInfo)Creates a SessionId identifier for a given Thrift Server session-Id -
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)Methods in com.databricks.jdbc.dbclient.impl.sqlexec with parameters of type ImmutableSessionInfo Modifier and Type Method Description voidDatabricksSdkClient. deleteSession(ImmutableSessionInfo sessionInfo) -
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)Methods in com.databricks.jdbc.dbclient.impl.thrift with parameters of type ImmutableSessionInfo Modifier and Type Method Description voidDatabricksThriftServiceClient. deleteSession(ImmutableSessionInfo sessionInfo)
-