Uses of Class
com.databricks.jdbc.api.impl.ImmutableSessionInfo
Packages that use ImmutableSessionInfo
Package
Description
-
Uses of ImmutableSessionInfo in com.databricks.jdbc.api.impl
Methods in com.databricks.jdbc.api.impl that return ImmutableSessionInfoModifier and TypeMethodDescriptionImmutableSessionInfo.Builder.build()Builds a newImmutableSessionInfo.static ImmutableSessionInfoImmutableSessionInfo.copyOf(SessionInfo instance) Creates an immutable copy of aSessionInfovalue.DatabricksSession.getSessionInfo()final ImmutableSessionInfoImmutableSessionInfo.withComputeResource(IDatabricksComputeResource value) Copy the current immutable object by setting a value for thecomputeResourceattribute.final ImmutableSessionInfoImmutableSessionInfo.withSessionHandle(TSessionHandle value) Copy the current immutable object by setting a value for thesessionHandleattribute.final 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 -
Uses of ImmutableSessionInfo in com.databricks.jdbc.dbclient
Methods in com.databricks.jdbc.dbclient that return ImmutableSessionInfoModifier and TypeMethodDescriptionIDatabricksClient.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 ImmutableSessionInfoModifier and TypeMethodDescriptionvoidIDatabricksClient.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 ImmutableSessionInfoModifier and TypeMethodDescriptionSessionId.getSessionInfo()Returns an ImmutableSessionInfo for the given session-IdMethods in com.databricks.jdbc.dbclient.impl.common with parameters of type ImmutableSessionInfoModifier and TypeMethodDescriptionstatic 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 ImmutableSessionInfoModifier and TypeMethodDescriptionDatabricksSdkClient.createSession(IDatabricksComputeResource warehouse, String catalog, String schema, Map<String, String> sessionConf) Methods in com.databricks.jdbc.dbclient.impl.sqlexec with parameters of type ImmutableSessionInfoModifier and TypeMethodDescriptionvoidDatabricksSdkClient.deleteSession(ImmutableSessionInfo sessionInfo) -
Uses of ImmutableSessionInfo in com.databricks.jdbc.dbclient.impl.thrift
Methods in com.databricks.jdbc.dbclient.impl.thrift that return ImmutableSessionInfoModifier and TypeMethodDescriptionDatabricksThriftServiceClient.createSession(IDatabricksComputeResource cluster, String catalog, String schema, Map<String, String> sessionConf) Methods in com.databricks.jdbc.dbclient.impl.thrift with parameters of type ImmutableSessionInfoModifier and TypeMethodDescriptionvoidDatabricksThriftServiceClient.deleteSession(ImmutableSessionInfo sessionInfo)