| Package | Description |
|---|---|
| fish.payara.microprofile.metrics.impl |
| Modifier and Type | Field and Description |
|---|---|
static Clock |
Clock.DEFAULT
A clock implementation which returns the current time in epoch
nanoseconds.
|
static Clock |
Clock.THREAD_CPU_TIME
A clock implementation which returns the current thread's CPU time.
|
| Modifier and Type | Method and Description |
|---|---|
static Clock |
Clock.defaultClock()
The default clock to use.
|
| Constructor and Description |
|---|
ConcurrentGaugeImpl(Clock clock) |
ExponentiallyDecayingReservoir(int size,
double alpha,
Clock clock)
Creates a new
ExponentiallyDecayingReservoir. |
MeterImpl(Clock clock)
Creates a new
MeterImpl. |
MetricRegistryImpl(Clock clock) |
SimpleTimerImpl(Clock clock) |
TimerImpl(Clock clock)
|
TimerImpl(Reservoir reservoir,
Clock clock)
|
Copyright © 2020. All rights reserved.