Search in sources :

Example 1 with RefreshServiceAclsResponse

use of org.apache.hadoop.yarn.server.api.protocolrecords.RefreshServiceAclsResponse in project hadoop by apache.

the class TestResourceManagerAdministrationProtocolPBClientImpl method testRefreshServiceAcls.

@Test
public void testRefreshServiceAcls() throws Exception {
    RefreshServiceAclsRequest request = recordFactory.newRecordInstance(RefreshServiceAclsRequest.class);
    RefreshServiceAclsResponse response = client.refreshServiceAcls(request);
    assertNotNull(response);
}
Also used : RefreshServiceAclsResponse(org.apache.hadoop.yarn.server.api.protocolrecords.RefreshServiceAclsResponse) RefreshServiceAclsRequest(org.apache.hadoop.yarn.server.api.protocolrecords.RefreshServiceAclsRequest) Test(org.junit.Test)

Aggregations

RefreshServiceAclsRequest (org.apache.hadoop.yarn.server.api.protocolrecords.RefreshServiceAclsRequest)1 RefreshServiceAclsResponse (org.apache.hadoop.yarn.server.api.protocolrecords.RefreshServiceAclsResponse)1 Test (org.junit.Test)1