Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TOpenSessionResp
-
Packages that use TOpenSessionResp Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TOpenSessionResp in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TOpenSessionResp Modifier and Type Field Description TOpenSessionRespTCLIService.OpenSession_result. successMethods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TOpenSessionResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TOpenSessionResp>TCLIService.AsyncProcessor.OpenSession. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TOpenSessionResp Modifier and Type Method Description intTOpenSessionResp. compareTo(TOpenSessionResp other)booleanTOpenSessionResp. equals(TOpenSessionResp that)TCLIService.OpenSession_resultTCLIService.OpenSession_result. setSuccess(TOpenSessionResp success)Method parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TOpenSessionResp Modifier and Type Method Description voidTCLIService.AsyncClient. OpenSession(TOpenSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TOpenSessionResp> resultHandler)voidTCLIService.AsyncIface. OpenSession(TOpenSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TOpenSessionResp> resultHandler)voidTCLIService.AsyncProcessor.OpenSession. start(I iface, TCLIService.OpenSession_args args, org.apache.thrift.async.AsyncMethodCallback<TOpenSessionResp> resultHandler)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TOpenSessionResp Constructor Description OpenSession_result(TOpenSessionResp success)TOpenSessionResp(TOpenSessionResp other)Performs a deep copy on other.Constructor parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TOpenSessionResp Constructor Description OpenSession_call(TOpenSessionReq req, org.apache.thrift.async.AsyncMethodCallback<TOpenSessionResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-