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