JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
long
getTimeMillis
()
Method Detail
getTimeMillis
long getTimeMillis()
Returns:
Current system time, in ms.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method