Package io.debezium.util
Interface Threads.TimeSince
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longelapsedTime()Get the time that has elapsed since the last call toreset.voidreset()Reset the elapsed time to 0.
-
-
-
Method Detail
-
reset
void reset()
Reset the elapsed time to 0.
-
elapsedTime
long elapsedTime()
Get the time that has elapsed since the last call toreset.- Returns:
- the number of milliseconds
-
-