Tabnine Logo
MetricsCollectionService.stopAndWait
Code IndexAdd Tabnine to your IDE (free)

How to use
stopAndWait
method
in
co.cask.cdap.api.metrics.MetricsCollectionService

Best Java code snippets using co.cask.cdap.api.metrics.MetricsCollectionService.stopAndWait (Showing top 7 results out of 315)

origin: cdapio/cdap

 private void shutDownUnrequiredServices() {
  if (timer != null) {
   timer.cancel();
  }
  programRuntimeService.stopAndWait();
  applicationLifecycleService.stopAndWait();
  logAppenderInitializer.close();
  metricsCollectionService.stopAndWait();
  programNotificationSubscriberService.stopAndWait();
 }
}
origin: co.cask.cdap/cdap-app-fabric

 private void shutDownUnrequiredServices() {
  if (timer != null) {
   timer.cancel();
  }
  programRuntimeService.stopAndWait();
  applicationLifecycleService.stopAndWait();
  logAppenderInitializer.close();
  metricsCollectionService.stopAndWait();
  programNotificationSubscriberService.stopAndWait();
 }
}
origin: caskdata/cdap

 ((Service) programScheduler).stopAndWait();
metricsCollectionService.stopAndWait();
programNotificationSubscriberService.stopAndWait();
if (scheduler instanceof Service) {
origin: co.cask.cdap/cdap-standalone

metricsCollectionService.stopAndWait();
metricsQueryService.stopAndWait();
txService.stopAndWait();
origin: co.cask.cdap/cdap-unit-test

metricsCollectionService.stopAndWait();
programNotificationSubscriberService.stopAndWait();
if (scheduler instanceof Service) {
origin: cdapio/cdap

metricsCollectionService.stopAndWait();
metricsQueryService.stopAndWait();
txService.stopAndWait();
origin: cdapio/cdap

@AfterClass
public static void afterClass() throws Exception {
 deleteNamespaces();
 appFabricServer.stopAndWait();
 metricsCollectionService.stopAndWait();
 datasetService.stopAndWait();
 dsOpService.stopAndWait();
 txManager.stopAndWait();
 serviceStore.stopAndWait();
 metadataSubscriberService.stopAndWait();
 metadataService.stopAndWait();
 if (messagingService instanceof Service) {
  ((Service) messagingService).stopAndWait();
 }
}
co.cask.cdap.api.metricsMetricsCollectionServicestopAndWait

Popular methods of MetricsCollectionService

  • getContext
  • startAndWait
  • start

Popular in Java

  • Creating JSON documents from java classes using gson
  • notifyDataSetChanged (ArrayAdapter)
  • getApplicationContext (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • Runner (org.openjdk.jmh.runner)
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now