public interface IgniteSpiTimeoutObject
IgniteSpiContext.addTimeoutObject(IgniteSpiTimeoutObject).
Note: all timeout objects are executed in single dedicated thread, so implementation
of onTimeout() should not use time consuming and blocking method.
| Modifier and Type | Method and Description |
|---|---|
long |
endTime() |
IgniteUuid |
id() |
void |
onTimeout()
Timeout callback.
|
IgniteUuid id()
long endTime()
void onTimeout()
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025