Searched defs:RateLimiter (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
H A Dratelimiter.h25 class RateLimiter { class in namespace:rtc
28 RateLimiter(size_t max, double period) function in class:rtc::RateLimiter
35 virtual ~RateLimiter() {}
/external/guava/guava/src/com/google/common/util/concurrent/
H A DRateLimiter.java46 * <p>A {@code RateLimiter} is defined primarily by the rate at which permits
52 * <p>It is possible to configure a {@code RateLimiter} to have a warmup
59 * final RateLimiter rateLimiter = RateLimiter.create(2.0); // rate is "2 permits per second"
72 * final RateLimiter rateLimiter = RateLimiter.create(5000.0); // rate = 5000 permits per second
83 * arrives at an idle RateLimiter, it will be granted immediately, but it is the <i>next</i>
87 * <p>Note: {@code RateLimiter} does not provide fairness guarantees.
96 public abstract class RateLimiter { class
98 * Creates a {@code RateLimiter} wit
202 RateLimiter(SleepingStopwatch stopwatch) { method in class:RateLimiter
[all...]
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 92 milliseconds