Deprecated API


Contents
Deprecated Methods
com.yammer.metrics.Metrics.enableConsoleReporting(long, TimeUnit)
          use ConsoleReporter.enable(long, java.util.concurrent.TimeUnit) instead 
com.yammer.metrics.core.MeterMetric.newMeter(String, TimeUnit)
          use the other newMeter method or create a new meter via the MetricsRegistry or Metrics 
com.yammer.metrics.util.Utils.newScheduledThreadPool(int, String)
          Get a thread pool via MetricsRegistry.threadPools() instead 
com.yammer.metrics.util.Utils.shutdownThreadPools()
          Shut down the thread pools object of the relevant MetricsRegistry instead 
 

Deprecated Constructors
com.yammer.metrics.core.TimerMetric(TimeUnit, TimeUnit)
          either use the other constructor or create via the MetricsRegistry or Metrics 
com.yammer.metrics.core.TimerMetric(TimeUnit, TimeUnit, Clock)
          either use the other constructor or create via the MetricsRegistry or Metrics 
 



Copyright © 2011. All Rights Reserved.