Uses of Class
com.databricks.jdbc.model.client.thrift.generated.THandleIdentifier
-
Packages that use THandleIdentifier Package Description com.databricks.jdbc.dbclient.impl.common com.databricks.jdbc.model.client.thrift.generated -
-
Uses of THandleIdentifier in com.databricks.jdbc.dbclient.impl.common
Methods in com.databricks.jdbc.dbclient.impl.common that return THandleIdentifier Modifier and Type Method Description THandleIdentifierStatementId. toOperationIdentifier()Returns a Thrift operation handle for the given StatementIdConstructors in com.databricks.jdbc.dbclient.impl.common with parameters of type THandleIdentifier Constructor Description SessionId(THandleIdentifier identifier, IDatabricksComputeResource computeResource)Constructs a SessionId identifier for a given Thrift Server session-IdStatementId(THandleIdentifier identifier)Constructs a StatementId identifier for a given Thrift Server operation handle -
Uses of THandleIdentifier in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as THandleIdentifier Modifier and Type Field Description THandleIdentifierTOperationHandle. operationIdTHandleIdentifierTSessionHandle. sessionIdMethods in com.databricks.jdbc.model.client.thrift.generated that return THandleIdentifier Modifier and Type Method Description THandleIdentifierTHandleIdentifier. deepCopy()THandleIdentifierTOperationHandle. getOperationId()THandleIdentifierTSessionHandle. getSessionId()THandleIdentifierTHandleIdentifier. setGuid(byte[] guid)THandleIdentifierTHandleIdentifier. setGuid(ByteBuffer guid)THandleIdentifierTHandleIdentifier. setSecret(byte[] secret)THandleIdentifierTHandleIdentifier. setSecret(ByteBuffer secret)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type THandleIdentifier Modifier and Type Method Description intTHandleIdentifier. compareTo(THandleIdentifier other)booleanTHandleIdentifier. equals(THandleIdentifier that)TOperationHandleTOperationHandle. setOperationId(THandleIdentifier operationId)TSessionHandleTSessionHandle. setSessionId(THandleIdentifier sessionId)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type THandleIdentifier Constructor Description THandleIdentifier(THandleIdentifier other)Performs a deep copy on other.TOperationHandle(THandleIdentifier operationId, TOperationType operationType, boolean hasResultSet)TSessionHandle(THandleIdentifier sessionId)
-