Interface Clock
-
- All Known Implementing Classes:
CachedClock,CoarseCachedClock,SystemClock
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.
-