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

Packages that use Clock
com.espertech.esper.metrics.codahale_metrics.metrics.core   
com.espertech.esper.metrics.codahale_metrics.metrics.reporting   
com.espertech.esper.metrics.codahale_metrics.metrics.stats   
 

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

Subclasses of Clock in com.espertech.esper.metrics.codahale_metrics.metrics.core
static class Clock.CpuTimeClock
          A clock implementation which returns the current thread's CPU time.
static class Clock.UserTimeClock
          A clock implementation which returns the current time in epoch nanoseconds.
 

Methods in com.espertech.esper.metrics.codahale_metrics.metrics.core that return Clock
static Clock Clock.defaultClock()
          The default clock to use.
 

Constructors in com.espertech.esper.metrics.codahale_metrics.metrics.core with parameters of type Clock
MetricsRegistry(Clock clock)
          Creates a new MetricsRegistry with the given Clock instance.
 

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

Constructors in com.espertech.esper.metrics.codahale_metrics.metrics.reporting with parameters of type Clock
ConsoleReporter(MetricsRegistry metricsRegistry, java.io.PrintStream out, MetricPredicate predicate, Clock clock, java.util.TimeZone timeZone)
          Creates a new ConsoleReporter for a given metrics registry.
ConsoleReporter(MetricsRegistry metricsRegistry, java.io.PrintStream out, MetricPredicate predicate, Clock clock, java.util.TimeZone timeZone, java.util.Locale locale)
          Creates a new ConsoleReporter for a given metrics registry.
CsvReporter(MetricsRegistry metricsRegistry, MetricPredicate predicate, java.io.File outputDir, Clock clock)
          Creates a new CsvReporter which will write metrics from the given MetricsRegistry which match the given MetricPredicate to CSV files in the given output directory.
 

Uses of Clock in com.espertech.esper.metrics.codahale_metrics.metrics.stats
 

Constructors in com.espertech.esper.metrics.codahale_metrics.metrics.stats with parameters of type Clock
ExponentiallyDecayingSample(int reservoirSize, double alpha, Clock clock)
          Creates a new ExponentiallyDecayingSample.
 


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