Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TLoginReq
-
-
Uses of TLoginReq in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TLoginReq Modifier and Type Field Description TLoginReqIConfigNodeRPCService.login_args. reqMethods in org.apache.iotdb.confignode.rpc.thrift that return TLoginReq Modifier and Type Method Description TLoginReqTLoginReq. deepCopy()TLoginReqIConfigNodeRPCService.login_args. getReq()TLoginReqTLoginReq. setPassword(String password)TLoginReqTLoginReq. setUserrname(String userrname)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TLoginReq Modifier and Type Method Description intTLoginReq. compareTo(TLoginReq other)booleanTLoginReq. equals(TLoginReq that)voidIConfigNodeRPCService.AsyncClient. login(TLoginReq req, org.apache.thrift.async.AsyncMethodCallback<TPermissionInfoResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. login(TLoginReq req, org.apache.thrift.async.AsyncMethodCallback<TPermissionInfoResp> resultHandler)TPermissionInfoRespIConfigNodeRPCService.Client. login(TLoginReq req)TPermissionInfoRespIConfigNodeRPCService.Iface. login(TLoginReq req)Authenticate user loginvoidIConfigNodeRPCService.Client. send_login(TLoginReq req)IConfigNodeRPCService.login_argsIConfigNodeRPCService.login_args. setReq(TLoginReq req)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TLoginReq Constructor Description login_args(TLoginReq req)login_call(TLoginReq req, org.apache.thrift.async.AsyncMethodCallback<TPermissionInfoResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TLoginReq(TLoginReq other)Performs a deep copy on other.
-