MapReduce服务 MRS-查找用户:代码样例

时间:2023-11-01 16:19:45

代码样例

以下代码片段是查找用户的示例,在rest.UserManager类的main方法中。

    //访问Manager接口完成查找用户列表        operationName = "QueryUserList";                operationUrl = webUrl + QUERY_USER_LIST_URL;                String responseLineContent = httpManager.sendHttpGetRequest(httpClient, operationUrl, operationName);                LOG.info("The {} response is {}.", operationName, responseLineContent);
support.huaweicloud.com/devg3-mrs/mrs_07_440014.html