类 DefaultTPSLimiter
- java.lang.Object
-
- com.alibaba.dubbo.rpc.filter.tps.DefaultTPSLimiter
-
- 所有已实现的接口:
TPSLimiter
public class DefaultTPSLimiter extends Object implements TPSLimiter
-
-
方法详细资料
-
isAllowable
public boolean isAllowable(URL url, Invocation invocation)
从接口复制的说明:TPSLimiter
judge if the current invocation is allowed by TPS rule- 指定者:
isAllowable
在接口中TPSLimiter
- 参数:
url
- urlinvocation
- invocation- 返回:
- true allow the current invocation, otherwise, return false
-
-