Package com.databricks.sdk.core.utils
Class RealTimer
- java.lang.Object
-
- com.databricks.sdk.core.utils.RealTimer
-
-
Constructor Summary
Constructors Constructor Description RealTimer()
-
-
-
Method Detail
-
wait
public void wait(int milliseconds) throws InterruptedException
- Specified by:
wait
in interfaceTimer
- Throws:
InterruptedException
-
getCurrentTime
public long getCurrentTime()
- Specified by:
getCurrentTime
in interfaceTimer
-
-