| Package | Description |
|---|---|
| org.apache.solr.util.stats |
Utilities for collecting statistics
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Clock |
Clock.defaultClock()
The default clock to use.
|
| Constructor and Description |
|---|
ExponentiallyDecayingSample(int reservoirSize,
double alpha,
Clock clock)
Creates a new
ExponentiallyDecayingSample. |
Timer(TimeUnit durationUnit,
TimeUnit rateUnit,
Clock clock)
Creates a new
Timer. |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.