|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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.yammer.metrics.core that return Clock | |
|---|---|
static Clock |
Clock.defaultClock()
The default clock to use. |
| Constructors in com.yammer.metrics.core with parameters of type Clock | |
|---|---|
MetricsRegistry(Clock clock)
Creates a new MetricsRegistry with the given Clock instance. |
|
| 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(MetricsRegistry metricsRegistry,
MetricPredicate predicate,
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||