Пример #1
0
 @AfterClass
 public static void afterClass() throws Exception {
   deleteNamespaces();
   streamService.stopAndWait();
   appFabricServer.stopAndWait();
   metricsCollectionService.stopAndWait();
   metricsService.stopAndWait();
   datasetService.stopAndWait();
   dsOpService.stopAndWait();
   txManager.stopAndWait();
 }
Пример #2
0
 public static void stopServices() throws Exception {
   notificationService.stopAndWait();
   datasetService.stopAndWait();
   dsOpService.stopAndWait();
   txManager.stopAndWait();
 }