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)
StaleChecker
isStale
in interface StaleChecker
count
- the count to checkThis documentation was released into the public domain.