- java.lang.Object
-
- com.alibaba.csp.sentinel.cluster.flow.statistic.limit.RequestLimiter
-
-
Constructor Summary
Constructors
| Constructor and Description |
RequestLimiter(double qpsAllowed) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
increment
public void increment()
-
add
public void add(int x)
-
getSum
public long getSum()
-
getQps
public double getQps()
-
canPass
public boolean canPass()
-
tryPass
public boolean tryPass()
Copyright © 2021 Alibaba Group. All rights reserved.