Package io.delta.kernel.internal.util
Interface Clock
- All Known Implementing Classes:
ManualClock
public interface Clock
An interface to represent clocks, so that they can be mocked out in unit tests.
-
Method Summary
-
Method Details
-
getTimeMillis
long getTimeMillis()- Returns:
- Current system time, in ms.
-