Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TGetDelegationTokenResp
-
Packages that use TGetDelegationTokenResp Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TGetDelegationTokenResp in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TGetDelegationTokenResp Modifier and Type Field Description TGetDelegationTokenRespTCLIService.GetDelegationToken_result. successMethods in com.databricks.jdbc.model.client.thrift.generated that return TGetDelegationTokenResp Modifier and Type Method Description TGetDelegationTokenRespTGetDelegationTokenResp. deepCopy()TGetDelegationTokenRespTCLIService.Client. GetDelegationToken(TGetDelegationTokenReq req)TGetDelegationTokenRespTCLIService.Iface. GetDelegationToken(TGetDelegationTokenReq req)TGetDelegationTokenRespTCLIService.AsyncClient.GetDelegationToken_call. getResult()TGetDelegationTokenRespTCLIService.GetDelegationToken_result. getSuccess()TGetDelegationTokenRespTCLIService.Client. recv_GetDelegationToken()TGetDelegationTokenRespTGetDelegationTokenResp. setDelegationToken(String delegationToken)TGetDelegationTokenRespTGetDelegationTokenResp. setStatus(TStatus status)Methods in com.databricks.jdbc.model.client.thrift.generated that return types with arguments of type TGetDelegationTokenResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TGetDelegationTokenResp>TCLIService.AsyncProcessor.GetDelegationToken. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetDelegationTokenResp Modifier and Type Method Description intTGetDelegationTokenResp. compareTo(TGetDelegationTokenResp other)booleanTGetDelegationTokenResp. equals(TGetDelegationTokenResp that)TCLIService.GetDelegationToken_resultTCLIService.GetDelegationToken_result. setSuccess(TGetDelegationTokenResp success)Method parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TGetDelegationTokenResp Modifier and Type Method Description voidTCLIService.AsyncClient. GetDelegationToken(TGetDelegationTokenReq req, org.apache.thrift.async.AsyncMethodCallback<TGetDelegationTokenResp> resultHandler)voidTCLIService.AsyncIface. GetDelegationToken(TGetDelegationTokenReq req, org.apache.thrift.async.AsyncMethodCallback<TGetDelegationTokenResp> resultHandler)voidTCLIService.AsyncProcessor.GetDelegationToken. start(I iface, TCLIService.GetDelegationToken_args args, org.apache.thrift.async.AsyncMethodCallback<TGetDelegationTokenResp> resultHandler)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetDelegationTokenResp Constructor Description GetDelegationToken_result(TGetDelegationTokenResp success)TGetDelegationTokenResp(TGetDelegationTokenResp other)Performs a deep copy on other.Constructor parameters in com.databricks.jdbc.model.client.thrift.generated with type arguments of type TGetDelegationTokenResp Constructor Description GetDelegationToken_call(TGetDelegationTokenReq req, org.apache.thrift.async.AsyncMethodCallback<TGetDelegationTokenResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-