Package org.infinispan.commons.stat
Interface TimerTracker
-
public interface TimerTrackerTracks a timer metric.- Since:
- 13.0
- Author:
- Pedro Ruivo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdate(long value, TimeUnit timeUnit)Adds a record.
-