Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TAuthorizerResp
-
-
Uses of TAuthorizerResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TAuthorizerResp Modifier and Type Field Description TAuthorizerRespIConfigNodeRPCService.queryPermission_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TAuthorizerResp Modifier and Type Method Description TAuthorizerRespTAuthorizerResp. deepCopy()TAuthorizerRespIConfigNodeRPCService.AsyncClient.queryPermission_call. getResult()TAuthorizerRespIConfigNodeRPCService.queryPermission_result. getSuccess()TAuthorizerRespIConfigNodeRPCService.Client. queryPermission(TAuthorizerReq req)TAuthorizerRespIConfigNodeRPCService.Iface. queryPermission(TAuthorizerReq req)Execute permission read operations such as list userTAuthorizerRespIConfigNodeRPCService.Client. recv_queryPermission()TAuthorizerRespTAuthorizerResp. setMemberInfo(List<String> memberInfo)TAuthorizerRespTAuthorizerResp. setPermissionInfo(TPermissionInfoResp permissionInfo)TAuthorizerRespTAuthorizerResp. setStatus(TSStatus status)TAuthorizerRespTAuthorizerResp. setTag(String tag)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TAuthorizerResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TAuthorizerResp>IConfigNodeRPCService.AsyncProcessor.queryPermission. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TAuthorizerResp Modifier and Type Method Description intTAuthorizerResp. compareTo(TAuthorizerResp other)booleanTAuthorizerResp. equals(TAuthorizerResp that)IConfigNodeRPCService.queryPermission_resultIConfigNodeRPCService.queryPermission_result. setSuccess(TAuthorizerResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TAuthorizerResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. queryPermission(TAuthorizerReq req, org.apache.thrift.async.AsyncMethodCallback<TAuthorizerResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. queryPermission(TAuthorizerReq req, org.apache.thrift.async.AsyncMethodCallback<TAuthorizerResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.queryPermission. start(I iface, IConfigNodeRPCService.queryPermission_args args, org.apache.thrift.async.AsyncMethodCallback<TAuthorizerResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TAuthorizerResp Constructor Description queryPermission_result(TAuthorizerResp success)TAuthorizerResp(TAuthorizerResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TAuthorizerResp Constructor Description queryPermission_call(TAuthorizerReq req, org.apache.thrift.async.AsyncMethodCallback<TAuthorizerResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-