Package org.apache.cassandra.utils
Interface Backoff
-
- All Known Implementing Classes:
Backoff.ExponentialBackoff
,Backoff.None
public interface Backoff
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Backoff.ExponentialBackoff
static class
Backoff.None
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
computeWaitTime(int retryCount)
int
maxAttempts()
java.util.concurrent.TimeUnit
unit()
-