public class NonProgressingStaleChecker extends Object implements StaleChecker
| Constructor and Description |
|---|
NonProgressingStaleChecker(long retries)
Constructor
|
public NonProgressingStaleChecker(long retries)
retries - the number of retries to do before considering the count as stalepublic boolean isStale(long count)
StaleCheckerisStale in interface StaleCheckercount - the count to checkThis documentation was released into the public domain.