Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TCloseSessionReq
Packages that use TCloseSessionReq
-
Uses of TCloseSessionReq 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 TCloseSessionReqFields in com.databricks.jdbc.model.client.thrift.generated declared as TCloseSessionReqMethods in com.databricks.jdbc.model.client.thrift.generated that return TCloseSessionReqModifier and TypeMethodDescriptionTCloseSessionReq.deepCopy()TCLIService.CloseSession_args.getReq()TCloseSessionReq.setSessionHandle(TSessionHandle sessionHandle) Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TCloseSessionReqModifier and TypeMethodDescriptionvoidTCLIService.AsyncClient.CloseSession(TCloseSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TCloseSessionResp> resultHandler) voidTCLIService.AsyncIface.CloseSession(TCloseSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TCloseSessionResp> resultHandler) TCLIService.Client.CloseSession(TCloseSessionReq req) TCLIService.Iface.CloseSession(TCloseSessionReq req) intTCloseSessionReq.compareTo(TCloseSessionReq other) booleanTCloseSessionReq.equals(TCloseSessionReq that) voidTCLIService.Client.send_CloseSession(TCloseSessionReq req) TCLIService.CloseSession_args.setReq(TCloseSessionReq req) Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TCloseSessionReqModifierConstructorDescriptionCloseSession_call(TCloseSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TCloseSessionResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) TCloseSessionReq(TCloseSessionReq other) Performs a deep copy on other.