Home
last modified time | relevance | path

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

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/timeline/security/
H A DTestTimelineAuthenticationFilter.java84 private static ApplicationHistoryServer testTimelineServer; field in TestTimelineAuthenticationFilter
104 testTimelineServer = new ApplicationHistoryServer(); in setup()
145 testTimelineServer.init(conf); in setup()
146 testTimelineServer.start(); in setup()
165 if (testTimelineServer != null) { in tearDown()
166 testTimelineServer.stop(); in tearDown()
190 testTimelineServer.getTimelineStore().getEntity( in testPutTimelineEntities()
210 testTimelineServer.getTimelineStore().getDomain( in testPutDomains()