Class SystemClock
java.lang.Object
io.confluent.monitoring.common.SystemClock
- All Implemented Interfaces:
Clock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the current time in milliseconds.
-
Constructor Details
-
SystemClock
public SystemClock()
-
-
Method Details
-
currentTimeMillis
public long currentTimeMillis()Returns the current time in milliseconds.- Specified by:
currentTimeMillisin interfaceClock
-