|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Clock | |
|---|---|
| org.apache.solr.util.stats | Utilities for collecting statistics |
| Uses of Clock in org.apache.solr.util.stats |
|---|
| Subclasses of Clock in org.apache.solr.util.stats | |
|---|---|
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 org.apache.solr.util.stats that return Clock | |
|---|---|
static Clock |
Clock.defaultClock()
The default clock to use. |
| Constructors in org.apache.solr.util.stats with parameters of type Clock | |
|---|---|
ExponentiallyDecayingSample(int reservoirSize,
double alpha,
Clock clock)
Creates a new ExponentiallyDecayingSample. |
|
Timer(TimeUnit durationUnit,
TimeUnit rateUnit,
Clock clock)
Creates a new Timer. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||