Interface Timer
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTimer.Context
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnapshotgetSnapshot()Timer.Contexttime()voidupdate(long duration, TimeUnit timeUnit)-
Methods inherited from interface org.commonjava.o11yphant.metrics.api.Metered
getCount, getFifteenMinuteRate, getFiveMinuteRate, getMeanRate, getOneMinuteRate
-
-
-
-
Method Detail
-
time
Timer.Context time()
-
update
void update(long duration, TimeUnit timeUnit)
-
getSnapshot
Snapshot getSnapshot()
-
-