public interface RetrySleeper
void sleepFor(long time, TimeUnit unit) throws InterruptedException
time
- timeunit
- time unitInterruptedException
- if the sleep is interruptedCopyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.