Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TGetInfoReq
-
Packages that use TGetInfoReq Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TGetInfoReq in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TGetInfoReq Modifier and Type Field Description TGetInfoReqTCLIService.GetInfo_args. reqMethods in com.databricks.jdbc.model.client.thrift.generated that return TGetInfoReq Modifier and Type Method Description TGetInfoReqTGetInfoReq. deepCopy()TGetInfoReqTCLIService.GetInfo_args. getReq()TGetInfoReqTGetInfoReq. setInfoType(TGetInfoType infoType)TGetInfoReqTGetInfoReq. setSessionHandle(TSessionHandle sessionHandle)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetInfoReq Modifier and Type Method Description intTGetInfoReq. compareTo(TGetInfoReq other)booleanTGetInfoReq. equals(TGetInfoReq that)voidTCLIService.AsyncClient. GetInfo(TGetInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TGetInfoResp> resultHandler)voidTCLIService.AsyncIface. GetInfo(TGetInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TGetInfoResp> resultHandler)TGetInfoRespTCLIService.Client. GetInfo(TGetInfoReq req)TGetInfoRespTCLIService.Iface. GetInfo(TGetInfoReq req)voidTCLIService.Client. send_GetInfo(TGetInfoReq req)TCLIService.GetInfo_argsTCLIService.GetInfo_args. setReq(TGetInfoReq req)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetInfoReq Constructor Description GetInfo_args(TGetInfoReq req)GetInfo_call(TGetInfoReq req, org.apache.thrift.async.AsyncMethodCallback<TGetInfoResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TGetInfoReq(TGetInfoReq other)Performs a deep copy on other.
-