public class RandomSleeper extends Object
| Constructor and Description |
|---|
RandomSleeper(int min,
int max,
int incr,
IgniteLogger log)
Creates sleeper instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSleepSummary()
Returns summary sleep time.
|
void |
sleep()
Sleeps
|
public RandomSleeper(int min,
int max,
int incr,
IgniteLogger log)
min - minimum sleep time (in milliseconds)max - maximum sleep time (in milliseconds)incr - time range shift increment (in milliseconds)
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025