Uses of Class
com.databricks.jdbc.model.client.thrift.generated.THandleIdentifier
Packages that use THandleIdentifier
Package
Description
-
Uses of THandleIdentifier in com.databricks.jdbc.dbclient.impl.common
Methods in com.databricks.jdbc.dbclient.impl.common that return THandleIdentifierModifier and TypeMethodDescriptionStatementId.toOperationIdentifier()Returns a Thrift operation handle for the given StatementIdConstructors in com.databricks.jdbc.dbclient.impl.common with parameters of type THandleIdentifierModifierConstructorDescriptionSessionId(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
Classes in com.databricks.jdbc.model.client.thrift.generated that implement interfaces with type arguments of type THandleIdentifierFields in com.databricks.jdbc.model.client.thrift.generated declared as THandleIdentifierMethods in com.databricks.jdbc.model.client.thrift.generated that return THandleIdentifierModifier and TypeMethodDescriptionTHandleIdentifier.deepCopy()TOperationHandle.getOperationId()TSessionHandle.getSessionId()THandleIdentifier.setGuid(byte[] guid) THandleIdentifier.setGuid(ByteBuffer guid) THandleIdentifier.setSecret(byte[] secret) THandleIdentifier.setSecret(ByteBuffer secret) Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type THandleIdentifierModifier and TypeMethodDescriptionintTHandleIdentifier.compareTo(THandleIdentifier other) booleanTHandleIdentifier.equals(THandleIdentifier that) TOperationHandle.setOperationId(THandleIdentifier operationId) TSessionHandle.setSessionId(THandleIdentifier sessionId) Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type THandleIdentifierModifierConstructorDescriptionPerforms a deep copy on other.TOperationHandle(THandleIdentifier operationId, TOperationType operationType, boolean hasResultSet) TSessionHandle(THandleIdentifier sessionId)