Searched refs:isAboveThreshold (Results 1 – 2 of 2) sorted by relevance
1193 assertTrue(throttle.isAboveThreshold()); in throttle()1195 assertTrue(throttle.isAboveThreshold()); in throttle()1197 assertFalse(throttle.isAboveThreshold()); in throttle()1202 assertFalse(throttle.isAboveThreshold()); in throttle()1205 assertFalse(throttle.isAboveThreshold()); in throttle()1207 assertFalse(throttle.isAboveThreshold()); in throttle()1209 assertTrue(throttle.isAboveThreshold()); in throttle()1211 assertTrue(throttle.isAboveThreshold()); in throttle()1213 assertTrue(throttle.isAboveThreshold()); in throttle()1215 assertTrue(throttle.isAboveThreshold()); in throttle()[all …]
947 boolean isAboveThreshold() { in isAboveThreshold() method in RetriableStream.Throttle