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