public static interface RateLimitProto.ClimbConfig.TriggerPolicy.SlowRateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.BoolValue |
getEnable()
是否开启
.google.protobuf.BoolValue enable = 1; |
com.google.protobuf.BoolValueOrBuilder |
getEnableOrBuilder()
是否开启
.google.protobuf.BoolValue enable = 1; |
com.google.protobuf.Duration |
getMaxRt()
最大响应时间,超过该响应时间属于慢调用
.google.protobuf.Duration maxRt = 2; |
com.google.protobuf.DurationOrBuilder |
getMaxRtOrBuilder()
最大响应时间,超过该响应时间属于慢调用
.google.protobuf.Duration maxRt = 2; |
com.google.protobuf.Int32Value |
getSlowRate()
慢请求率阈值,达到该阈值进行限流
.google.protobuf.Int32Value slowRate = 3; |
com.google.protobuf.Int32ValueOrBuilder |
getSlowRateOrBuilder()
慢请求率阈值,达到该阈值进行限流
.google.protobuf.Int32Value slowRate = 3; |
boolean |
hasEnable()
是否开启
.google.protobuf.BoolValue enable = 1; |
boolean |
hasMaxRt()
最大响应时间,超过该响应时间属于慢调用
.google.protobuf.Duration maxRt = 2; |
boolean |
hasSlowRate()
慢请求率阈值,达到该阈值进行限流
.google.protobuf.Int32Value slowRate = 3; |
boolean hasEnable()
是否开启
.google.protobuf.BoolValue enable = 1;com.google.protobuf.BoolValue getEnable()
是否开启
.google.protobuf.BoolValue enable = 1;com.google.protobuf.BoolValueOrBuilder getEnableOrBuilder()
是否开启
.google.protobuf.BoolValue enable = 1;boolean hasMaxRt()
最大响应时间,超过该响应时间属于慢调用
.google.protobuf.Duration maxRt = 2;com.google.protobuf.Duration getMaxRt()
最大响应时间,超过该响应时间属于慢调用
.google.protobuf.Duration maxRt = 2;com.google.protobuf.DurationOrBuilder getMaxRtOrBuilder()
最大响应时间,超过该响应时间属于慢调用
.google.protobuf.Duration maxRt = 2;boolean hasSlowRate()
慢请求率阈值,达到该阈值进行限流
.google.protobuf.Int32Value slowRate = 3;com.google.protobuf.Int32Value getSlowRate()
慢请求率阈值,达到该阈值进行限流
.google.protobuf.Int32Value slowRate = 3;com.google.protobuf.Int32ValueOrBuilder getSlowRateOrBuilder()
慢请求率阈值,达到该阈值进行限流
.google.protobuf.Int32Value slowRate = 3;Copyright © 2021. All rights reserved.