Package com.databricks.sdk.core.utils
Interface Timer
-
- All Known Implementing Classes:
RealTimer
public interface Timer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getCurrentTime()
void
wait(int milliseconds)
-
-
-
Method Detail
-
wait
void wait(int milliseconds) throws InterruptedException
- Throws:
InterruptedException
-
getCurrentTime
long getCurrentTime()
-
-