Uses of Class
com.espertech.esper.metrics.codahale_metrics.metrics.core.Timer

Packages that use Timer
com.espertech.esper.metrics.codahale_metrics.metrics   
com.espertech.esper.metrics.codahale_metrics.metrics.core   
com.espertech.esper.metrics.codahale_metrics.metrics.reporting   
 

Uses of Timer in com.espertech.esper.metrics.codahale_metrics.metrics
 

Methods in com.espertech.esper.metrics.codahale_metrics.metrics that return Timer
static Timer Metrics.newTimer(java.lang.Class<?> klass, java.lang.String name)
          Creates a new Timer and registers it under the given class and name, measuring elapsed time in milliseconds and invocations per second.
static Timer Metrics.newTimer(java.lang.Class<?> klass, java.lang.String name, java.lang.String scope)
          Creates a new Timer and registers it under the given class, name, and scope, measuring elapsed time in milliseconds and invocations per second.
static Timer Metrics.newTimer(java.lang.Class<?> klass, java.lang.String name, java.lang.String scope, java.util.concurrent.TimeUnit durationUnit, java.util.concurrent.TimeUnit rateUnit)
          Creates a new Timer and registers it under the given class, name, and scope.
static Timer Metrics.newTimer(java.lang.Class<?> klass, java.lang.String name, java.util.concurrent.TimeUnit durationUnit, java.util.concurrent.TimeUnit rateUnit)
          Creates a new Timer and registers it under the given class and name.
static Timer Metrics.newTimer(MetricName metricName, java.util.concurrent.TimeUnit durationUnit, java.util.concurrent.TimeUnit rateUnit)
          Creates a new Timer and registers it under the given metric name.
 

Uses of Timer in com.espertech.esper.metrics.codahale_metrics.metrics.core
 

Methods in com.espertech.esper.metrics.codahale_metrics.metrics.core that return Timer
 Timer MetricsRegistry.newTimer(java.lang.Class<?> klass, java.lang.String name)
          Creates a new Timer and registers it under the given class and name, measuring elapsed time in milliseconds and invocations per second.
 Timer MetricsRegistry.newTimer(java.lang.Class<?> klass, java.lang.String name, java.lang.String scope)
          Creates a new Timer and registers it under the given class, name, and scope, measuring elapsed time in milliseconds and invocations per second.
 Timer MetricsRegistry.newTimer(java.lang.Class<?> klass, java.lang.String name, java.lang.String scope, java.util.concurrent.TimeUnit durationUnit, java.util.concurrent.TimeUnit rateUnit)
          Creates a new Timer and registers it under the given class, name, and scope.
 Timer MetricsRegistry.newTimer(java.lang.Class<?> klass, java.lang.String name, java.util.concurrent.TimeUnit durationUnit, java.util.concurrent.TimeUnit rateUnit)
          Creates a new Timer and registers it under the given class and name.
 Timer MetricsRegistry.newTimer(MetricName metricName, java.util.concurrent.TimeUnit durationUnit, java.util.concurrent.TimeUnit rateUnit)
          Creates a new Timer and registers it under the given metric name.
 

Methods in com.espertech.esper.metrics.codahale_metrics.metrics.core with parameters of type Timer
 void MetricProcessor.processTimer(MetricName name, Timer timer, T context)
          Process the given timer.
 

Uses of Timer in com.espertech.esper.metrics.codahale_metrics.metrics.reporting
 

Methods in com.espertech.esper.metrics.codahale_metrics.metrics.reporting with parameters of type Timer
 void CsvReporter.processTimer(MetricName name, Timer timer, CsvReporter.Context context)
           
 void JmxReporter.processTimer(MetricName name, Timer timer, com.espertech.esper.metrics.codahale_metrics.metrics.reporting.JmxReporter.Context context)
           
 void ConsoleReporter.processTimer(MetricName name, Timer timer, java.io.PrintStream stream)
           
 


© 2006-2014 EsperTech Inc.
All rights reserved.
Visit us at espertech.com