Package org.apache.curator
Interface RetrySleeper
-
public interface RetrySleeper
Abstraction for retry policies to sleep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sleepFor(long time, java.util.concurrent.TimeUnit unit)
Sleep for the given time
-