Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TOpenSessionResp
Packages that use TOpenSessionResp
-
Uses of TOpenSessionResp in com.databricks.jdbc.model.client.thrift.generated
Subclasses with type arguments of type TOpenSessionResp in com.databricks.jdbc.model.client.thrift.generatedModifier and TypeClassDescriptionstatic classstatic classClasses in com.databricks.jdbc.model.client.thrift.generated that implement interfaces with type arguments of type TOpenSessionRespFields in com.databricks.jdbc.model.client.thrift.generated declared as TOpenSessionRespMethods in com.databricks.jdbc.model.client.thrift.generated that return TOpenSessionRespModifier and TypeMethodDescriptionTOpenSessionResp.deepCopy()TCLIService.AsyncClient.OpenSession_call.getResult()TCLIService.OpenSession_result.getSuccess()TCLIService.Client.OpenSession(TOpenSessionReq req) TCLIService.Iface.OpenSession(TOpenSessionReq req) TCLIService.Client.recv_OpenSession()TOpenSessionResp.setCanUseMultipleCatalogs(boolean canUseMultipleCatalogs) TOpenSessionResp.setConfiguration(Map<String, String> configuration) TOpenSessionResp.setGetInfos(List<TGetInfoValue> getInfos) TOpenSessionResp.setInitialNamespace(TNamespace initialNamespace) TOpenSessionResp.setServerProtocolVersion(TProtocolVersion serverProtocolVersion) TOpenSessionResp.setSessionHandle(TSessionHandle sessionHandle) Methods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TOpenSessionRespModifier and TypeMethodDescriptionorg.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 TOpenSessionRespModifier and TypeMethodDescriptionintTOpenSessionResp.compareTo(TOpenSessionResp other) booleanTOpenSessionResp.equals(TOpenSessionResp that) TCLIService.OpenSession_result.setSuccess(TOpenSessionResp success) Method parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TOpenSessionRespModifier and TypeMethodDescriptionvoidTCLIService.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 TOpenSessionRespModifierConstructorDescriptionOpenSession_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 TOpenSessionRespModifierConstructorDescriptionOpenSession_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)