Example #1
0
 /**
  * Shuts down all thread pools created by this class in an orderly fashion.
  *
  * @deprecated Shut down the thread pools object of the relevant {@link
  *     com.yammer.metrics.core.MetricsRegistry} instead
  */
 public static void shutdownThreadPools() {
   THREAD_POOLS.shutdownThreadPools();
 }