Interface Clock
-
- All Known Subinterfaces:
PreciseClock
- All Known Implementing Classes:
CachedClock,CoarseCachedClock,FixedPreciseClock,SystemClock,SystemMillisClock
public interface ClockProvides the time stamp used in log events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcurrentTimeMillis()Returns the time in milliseconds since the epoch.
-