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

时间:2024-06-13 09:39:21

代码样例

以下代码片段是查找用户的示例,在“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/devg-lts-mrs/mrs_07_440014.html