Home
last modified time | relevance | path

Searched refs:MockAHSClient (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-client/src/test/java/org/apache/hadoop/yarn/client/api/impl/
H A DTestAHSClient.java76 final AHSClient client = new MockAHSClient(); in testGetApplications()
81 ((MockAHSClient) client).getReports(); in testGetApplications()
94 final AHSClient client = new MockAHSClient(); in testGetApplicationReport()
99 ((MockAHSClient) client).getReports(); in testGetApplicationReport()
111 final AHSClient client = new MockAHSClient(); in testGetApplicationAttempts()
129 final AHSClient client = new MockAHSClient(); in testGetApplicationAttempt()
134 ((MockAHSClient) client).getReports(); in testGetApplicationAttempt()
150 final AHSClient client = new MockAHSClient(); in testGetContainers()
169 final AHSClient client = new MockAHSClient(); in testGetContainerReport()
174 ((MockAHSClient) client).getReports(); in testGetContainerReport()
[all …]