public interface WorkProgressDispatcher
| Modifier and Type | Method and Description |
|---|---|
void |
blockingSectionBegin()
Protects the worker from timeout penalties if subsequent instructions in the calling thread does not update
heartbeat timestamp timely, e.g. due to blocking operations, up to the nearest
blockingSectionEnd()
call. |
void |
blockingSectionEnd()
Closes the protection section previously opened by
blockingSectionBegin(). |
long |
heartbeatTs()
Last heatbeat timestamp.
|
void |
updateHeartbeat()
Notifying dispatcher that work is in progress and thread didn't freeze.
|
long heartbeatTs()
void updateHeartbeat()
void blockingSectionBegin()
blockingSectionEnd()
call. Nested calls are not supported.void blockingSectionEnd()
blockingSectionBegin().
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021