Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TGetDelegationTokenReq
-
Packages that use TGetDelegationTokenReq Package Description com.databricks.jdbc.model.client.thrift.generated -
-
Uses of TGetDelegationTokenReq in com.databricks.jdbc.model.client.thrift.generated
Fields in com.databricks.jdbc.model.client.thrift.generated declared as TGetDelegationTokenReq Modifier and Type Field Description TGetDelegationTokenReqTCLIService.GetDelegationToken_args. reqMethods in com.databricks.jdbc.model.client.thrift.generated that return TGetDelegationTokenReq Modifier and Type Method Description TGetDelegationTokenReqTGetDelegationTokenReq. deepCopy()TGetDelegationTokenReqTCLIService.GetDelegationToken_args. getReq()TGetDelegationTokenReqTGetDelegationTokenReq. setOwner(String owner)TGetDelegationTokenReqTGetDelegationTokenReq. setRenewer(String renewer)TGetDelegationTokenReqTGetDelegationTokenReq. setSessionHandle(TSessionHandle sessionHandle)Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetDelegationTokenReq Modifier and Type Method Description intTGetDelegationTokenReq. compareTo(TGetDelegationTokenReq other)booleanTGetDelegationTokenReq. equals(TGetDelegationTokenReq that)voidTCLIService.AsyncClient. GetDelegationToken(TGetDelegationTokenReq req, org.apache.thrift.async.AsyncMethodCallback<TGetDelegationTokenResp> resultHandler)voidTCLIService.AsyncIface. GetDelegationToken(TGetDelegationTokenReq req, org.apache.thrift.async.AsyncMethodCallback<TGetDelegationTokenResp> resultHandler)TGetDelegationTokenRespTCLIService.Client. GetDelegationToken(TGetDelegationTokenReq req)TGetDelegationTokenRespTCLIService.Iface. GetDelegationToken(TGetDelegationTokenReq req)voidTCLIService.Client. send_GetDelegationToken(TGetDelegationTokenReq req)TCLIService.GetDelegationToken_argsTCLIService.GetDelegationToken_args. setReq(TGetDelegationTokenReq req)Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TGetDelegationTokenReq Constructor Description GetDelegationToken_args(TGetDelegationTokenReq req)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)TGetDelegationTokenReq(TGetDelegationTokenReq other)Performs a deep copy on other.
-