Class ResettableDelayedAction
java.lang.Object
io.debezium.connector.spanner.task.utils.ResettableDelayedAction
Executes action after specified delay,
if this action will not be overridden by a new one.
If during this delay, action is updated - old action,
will be cancelled and time of the delay will be started again.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
timeOut
-
thread
-
name
-
-
Constructor Details
-
ResettableDelayedAction
-
-
Method Details
-
set
-
clear
public void clear()
-