|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RetrySleeper
Abstraction for retry policies to sleep
| Method Summary | |
|---|---|
void |
sleepFor(long time,
java.util.concurrent.TimeUnit unit)
Sleep for the given time |
| Method Detail |
|---|
void sleepFor(long time,
java.util.concurrent.TimeUnit unit)
throws java.lang.InterruptedException
time - timeunit - time unit
java.lang.InterruptedException - if the sleep is interrupted
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||