Uses of Class
com.yammer.metrics.core.Clock

Packages that use Clock
com.yammer.metrics.core   
com.yammer.metrics.reporting   
 

Uses of Clock in com.yammer.metrics.core
 

Subclasses of Clock in com.yammer.metrics.core
static class Clock.CpuTime
          Another implementation, uses ThreadMXBean.getCurrentThreadCpuTime()
static class Clock.UserTime
          Default implementation, uses System.nanoTime().
 

Fields in com.yammer.metrics.core declared as Clock
static Clock Clock.DEFAULT
          The default clock to use.
 

Constructors in com.yammer.metrics.core with parameters of type Clock
MeterMetric(ScheduledExecutorService tickThread, String eventType, TimeUnit rateUnit, Clock clock)
           
TimerMetric(ScheduledExecutorService tickThread, TimeUnit durationUnit, TimeUnit rateUnit, Clock clock)
          Creates a new TimerMetric.
TimerMetric(TimeUnit durationUnit, TimeUnit rateUnit, Clock clock)
          Deprecated. either use the other constructor or create via the MetricsRegistry or Metrics
 

Uses of Clock in com.yammer.metrics.reporting
 

Constructors in com.yammer.metrics.reporting with parameters of type Clock
ConsoleReporter(MetricsRegistry metricsRegistry, PrintStream out, MetricPredicate predicate, Clock clock, TimeZone timeZone)
          Creates a new ConsoleReporter for a given metrics registry.
ConsoleReporter(MetricsRegistry metricsRegistry, PrintStream out, MetricPredicate predicate, Clock clock, TimeZone timeZone, Locale locale)
          Creates a new ConsoleReporter for a given metrics registry.
CsvReporter(File outputDir, MetricsRegistry metricsRegistry, MetricPredicate predicate, Clock clock)
           
 



Copyright © 2011. All Rights Reserved.