public static final class RateLimitProto.ClimbConfig.ClimbThrottling.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RateLimitProto.ClimbConfig.ClimbThrottling.Builder> implements RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilder
爬坡调整相关参数Protobuf type
v1.ClimbConfig.ClimbThrottling| 限定符和类型 | 方法和说明 |
|---|---|
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RateLimitProto.ClimbConfig.ClimbThrottling |
build() |
RateLimitProto.ClimbConfig.ClimbThrottling |
buildPartial() |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
clear() |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
clearColdAboveTuneDownRate()
冷水位以上区间的下调百分比
.google.protobuf.Int32Value coldAboveTuneDownRate = 3; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
clearColdAboveTuneUpRate()
冷水位以上区间的上调百分比
.google.protobuf.Int32Value coldAboveTuneUpRate = 4; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
clearColdBelowTuneDownRate()
冷水位以下区间的下调百分比
.google.protobuf.Int32Value coldBelowTuneDownRate = 1; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
clearColdBelowTuneUpRate()
冷水位以下区间的上调百分比
.google.protobuf.Int32Value coldBelowTuneUpRate = 2; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
clearJudgeDuration()
阈值调整规则的决策间隔
.google.protobuf.Duration judgeDuration = 6; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
clearLimitThresholdToTuneUp()
冷水位以上,超过该百分的请求被限流后进行阈值上调
.google.protobuf.Int32Value limitThresholdToTuneUp = 5; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
clearTuneDownPeriod()
阈值下调周期数,连续N个决策间隔都为下调,才执行下调
.google.protobuf.Int32Value tuneDownPeriod = 8; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
clearTuneUpPeriod()
阈值上调周期数,连续N个决策间隔都为上调,才执行上调
.google.protobuf.Int32Value tuneUpPeriod = 7; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
clone() |
com.google.protobuf.Int32Value |
getColdAboveTuneDownRate()
冷水位以上区间的下调百分比
.google.protobuf.Int32Value coldAboveTuneDownRate = 3; |
com.google.protobuf.Int32Value.Builder |
getColdAboveTuneDownRateBuilder()
冷水位以上区间的下调百分比
.google.protobuf.Int32Value coldAboveTuneDownRate = 3; |
com.google.protobuf.Int32ValueOrBuilder |
getColdAboveTuneDownRateOrBuilder()
冷水位以上区间的下调百分比
.google.protobuf.Int32Value coldAboveTuneDownRate = 3; |
com.google.protobuf.Int32Value |
getColdAboveTuneUpRate()
冷水位以上区间的上调百分比
.google.protobuf.Int32Value coldAboveTuneUpRate = 4; |
com.google.protobuf.Int32Value.Builder |
getColdAboveTuneUpRateBuilder()
冷水位以上区间的上调百分比
.google.protobuf.Int32Value coldAboveTuneUpRate = 4; |
com.google.protobuf.Int32ValueOrBuilder |
getColdAboveTuneUpRateOrBuilder()
冷水位以上区间的上调百分比
.google.protobuf.Int32Value coldAboveTuneUpRate = 4; |
com.google.protobuf.Int32Value |
getColdBelowTuneDownRate()
冷水位以下区间的下调百分比
.google.protobuf.Int32Value coldBelowTuneDownRate = 1; |
com.google.protobuf.Int32Value.Builder |
getColdBelowTuneDownRateBuilder()
冷水位以下区间的下调百分比
.google.protobuf.Int32Value coldBelowTuneDownRate = 1; |
com.google.protobuf.Int32ValueOrBuilder |
getColdBelowTuneDownRateOrBuilder()
冷水位以下区间的下调百分比
.google.protobuf.Int32Value coldBelowTuneDownRate = 1; |
com.google.protobuf.Int32Value |
getColdBelowTuneUpRate()
冷水位以下区间的上调百分比
.google.protobuf.Int32Value coldBelowTuneUpRate = 2; |
com.google.protobuf.Int32Value.Builder |
getColdBelowTuneUpRateBuilder()
冷水位以下区间的上调百分比
.google.protobuf.Int32Value coldBelowTuneUpRate = 2; |
com.google.protobuf.Int32ValueOrBuilder |
getColdBelowTuneUpRateOrBuilder()
冷水位以下区间的上调百分比
.google.protobuf.Int32Value coldBelowTuneUpRate = 2; |
RateLimitProto.ClimbConfig.ClimbThrottling |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Duration |
getJudgeDuration()
阈值调整规则的决策间隔
.google.protobuf.Duration judgeDuration = 6; |
com.google.protobuf.Duration.Builder |
getJudgeDurationBuilder()
阈值调整规则的决策间隔
.google.protobuf.Duration judgeDuration = 6; |
com.google.protobuf.DurationOrBuilder |
getJudgeDurationOrBuilder()
阈值调整规则的决策间隔
.google.protobuf.Duration judgeDuration = 6; |
com.google.protobuf.Int32Value |
getLimitThresholdToTuneUp()
冷水位以上,超过该百分的请求被限流后进行阈值上调
.google.protobuf.Int32Value limitThresholdToTuneUp = 5; |
com.google.protobuf.Int32Value.Builder |
getLimitThresholdToTuneUpBuilder()
冷水位以上,超过该百分的请求被限流后进行阈值上调
.google.protobuf.Int32Value limitThresholdToTuneUp = 5; |
com.google.protobuf.Int32ValueOrBuilder |
getLimitThresholdToTuneUpOrBuilder()
冷水位以上,超过该百分的请求被限流后进行阈值上调
.google.protobuf.Int32Value limitThresholdToTuneUp = 5; |
com.google.protobuf.Int32Value |
getTuneDownPeriod()
阈值下调周期数,连续N个决策间隔都为下调,才执行下调
.google.protobuf.Int32Value tuneDownPeriod = 8; |
com.google.protobuf.Int32Value.Builder |
getTuneDownPeriodBuilder()
阈值下调周期数,连续N个决策间隔都为下调,才执行下调
.google.protobuf.Int32Value tuneDownPeriod = 8; |
com.google.protobuf.Int32ValueOrBuilder |
getTuneDownPeriodOrBuilder()
阈值下调周期数,连续N个决策间隔都为下调,才执行下调
.google.protobuf.Int32Value tuneDownPeriod = 8; |
com.google.protobuf.Int32Value |
getTuneUpPeriod()
阈值上调周期数,连续N个决策间隔都为上调,才执行上调
.google.protobuf.Int32Value tuneUpPeriod = 7; |
com.google.protobuf.Int32Value.Builder |
getTuneUpPeriodBuilder()
阈值上调周期数,连续N个决策间隔都为上调,才执行上调
.google.protobuf.Int32Value tuneUpPeriod = 7; |
com.google.protobuf.Int32ValueOrBuilder |
getTuneUpPeriodOrBuilder()
阈值上调周期数,连续N个决策间隔都为上调,才执行上调
.google.protobuf.Int32Value tuneUpPeriod = 7; |
boolean |
hasColdAboveTuneDownRate()
冷水位以上区间的下调百分比
.google.protobuf.Int32Value coldAboveTuneDownRate = 3; |
boolean |
hasColdAboveTuneUpRate()
冷水位以上区间的上调百分比
.google.protobuf.Int32Value coldAboveTuneUpRate = 4; |
boolean |
hasColdBelowTuneDownRate()
冷水位以下区间的下调百分比
.google.protobuf.Int32Value coldBelowTuneDownRate = 1; |
boolean |
hasColdBelowTuneUpRate()
冷水位以下区间的上调百分比
.google.protobuf.Int32Value coldBelowTuneUpRate = 2; |
boolean |
hasJudgeDuration()
阈值调整规则的决策间隔
.google.protobuf.Duration judgeDuration = 6; |
boolean |
hasLimitThresholdToTuneUp()
冷水位以上,超过该百分的请求被限流后进行阈值上调
.google.protobuf.Int32Value limitThresholdToTuneUp = 5; |
boolean |
hasTuneDownPeriod()
阈值下调周期数,连续N个决策间隔都为下调,才执行下调
.google.protobuf.Int32Value tuneDownPeriod = 8; |
boolean |
hasTuneUpPeriod()
阈值上调周期数,连续N个决策间隔都为上调,才执行上调
.google.protobuf.Int32Value tuneUpPeriod = 7; |
boolean |
isInitialized() |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
mergeColdAboveTuneDownRate(com.google.protobuf.Int32Value value)
冷水位以上区间的下调百分比
.google.protobuf.Int32Value coldAboveTuneDownRate = 3; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
mergeColdAboveTuneUpRate(com.google.protobuf.Int32Value value)
冷水位以上区间的上调百分比
.google.protobuf.Int32Value coldAboveTuneUpRate = 4; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
mergeColdBelowTuneDownRate(com.google.protobuf.Int32Value value)
冷水位以下区间的下调百分比
.google.protobuf.Int32Value coldBelowTuneDownRate = 1; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
mergeColdBelowTuneUpRate(com.google.protobuf.Int32Value value)
冷水位以下区间的上调百分比
.google.protobuf.Int32Value coldBelowTuneUpRate = 2; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
mergeFrom(com.google.protobuf.Message other) |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
mergeFrom(RateLimitProto.ClimbConfig.ClimbThrottling other) |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
mergeJudgeDuration(com.google.protobuf.Duration value)
阈值调整规则的决策间隔
.google.protobuf.Duration judgeDuration = 6; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
mergeLimitThresholdToTuneUp(com.google.protobuf.Int32Value value)
冷水位以上,超过该百分的请求被限流后进行阈值上调
.google.protobuf.Int32Value limitThresholdToTuneUp = 5; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
mergeTuneDownPeriod(com.google.protobuf.Int32Value value)
阈值下调周期数,连续N个决策间隔都为下调,才执行下调
.google.protobuf.Int32Value tuneDownPeriod = 8; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
mergeTuneUpPeriod(com.google.protobuf.Int32Value value)
阈值上调周期数,连续N个决策间隔都为上调,才执行上调
.google.protobuf.Int32Value tuneUpPeriod = 7; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setColdAboveTuneDownRate(com.google.protobuf.Int32Value.Builder builderForValue)
冷水位以上区间的下调百分比
.google.protobuf.Int32Value coldAboveTuneDownRate = 3; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setColdAboveTuneDownRate(com.google.protobuf.Int32Value value)
冷水位以上区间的下调百分比
.google.protobuf.Int32Value coldAboveTuneDownRate = 3; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setColdAboveTuneUpRate(com.google.protobuf.Int32Value.Builder builderForValue)
冷水位以上区间的上调百分比
.google.protobuf.Int32Value coldAboveTuneUpRate = 4; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setColdAboveTuneUpRate(com.google.protobuf.Int32Value value)
冷水位以上区间的上调百分比
.google.protobuf.Int32Value coldAboveTuneUpRate = 4; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setColdBelowTuneDownRate(com.google.protobuf.Int32Value.Builder builderForValue)
冷水位以下区间的下调百分比
.google.protobuf.Int32Value coldBelowTuneDownRate = 1; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setColdBelowTuneDownRate(com.google.protobuf.Int32Value value)
冷水位以下区间的下调百分比
.google.protobuf.Int32Value coldBelowTuneDownRate = 1; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setColdBelowTuneUpRate(com.google.protobuf.Int32Value.Builder builderForValue)
冷水位以下区间的上调百分比
.google.protobuf.Int32Value coldBelowTuneUpRate = 2; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setColdBelowTuneUpRate(com.google.protobuf.Int32Value value)
冷水位以下区间的上调百分比
.google.protobuf.Int32Value coldBelowTuneUpRate = 2; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setJudgeDuration(com.google.protobuf.Duration.Builder builderForValue)
阈值调整规则的决策间隔
.google.protobuf.Duration judgeDuration = 6; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setJudgeDuration(com.google.protobuf.Duration value)
阈值调整规则的决策间隔
.google.protobuf.Duration judgeDuration = 6; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setLimitThresholdToTuneUp(com.google.protobuf.Int32Value.Builder builderForValue)
冷水位以上,超过该百分的请求被限流后进行阈值上调
.google.protobuf.Int32Value limitThresholdToTuneUp = 5; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setLimitThresholdToTuneUp(com.google.protobuf.Int32Value value)
冷水位以上,超过该百分的请求被限流后进行阈值上调
.google.protobuf.Int32Value limitThresholdToTuneUp = 5; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setTuneDownPeriod(com.google.protobuf.Int32Value.Builder builderForValue)
阈值下调周期数,连续N个决策间隔都为下调,才执行下调
.google.protobuf.Int32Value tuneDownPeriod = 8; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setTuneDownPeriod(com.google.protobuf.Int32Value value)
阈值下调周期数,连续N个决策间隔都为下调,才执行下调
.google.protobuf.Int32Value tuneDownPeriod = 8; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setTuneUpPeriod(com.google.protobuf.Int32Value.Builder builderForValue)
阈值上调周期数,连续N个决策间隔都为上调,才执行上调
.google.protobuf.Int32Value tuneUpPeriod = 7; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setTuneUpPeriod(com.google.protobuf.Int32Value value)
阈值上调周期数,连续N个决策间隔都为上调,才执行上调
.google.protobuf.Int32Value tuneUpPeriod = 7; |
RateLimitProto.ClimbConfig.ClimbThrottling.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForFieldfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toStringpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public RateLimitProto.ClimbConfig.ClimbThrottling.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<RateLimitProto.ClimbConfig.ClimbThrottling.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<RateLimitProto.ClimbConfig.ClimbThrottling.Builder>public RateLimitProto.ClimbConfig.ClimbThrottling getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic RateLimitProto.ClimbConfig.ClimbThrottling build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic RateLimitProto.ClimbConfig.ClimbThrottling buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic RateLimitProto.ClimbConfig.ClimbThrottling.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<RateLimitProto.ClimbConfig.ClimbThrottling.Builder>public RateLimitProto.ClimbConfig.ClimbThrottling.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<RateLimitProto.ClimbConfig.ClimbThrottling.Builder>public RateLimitProto.ClimbConfig.ClimbThrottling.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<RateLimitProto.ClimbConfig.ClimbThrottling.Builder>public RateLimitProto.ClimbConfig.ClimbThrottling.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<RateLimitProto.ClimbConfig.ClimbThrottling.Builder>public RateLimitProto.ClimbConfig.ClimbThrottling.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<RateLimitProto.ClimbConfig.ClimbThrottling.Builder>public RateLimitProto.ClimbConfig.ClimbThrottling.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<RateLimitProto.ClimbConfig.ClimbThrottling.Builder>public RateLimitProto.ClimbConfig.ClimbThrottling.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<RateLimitProto.ClimbConfig.ClimbThrottling.Builder>public RateLimitProto.ClimbConfig.ClimbThrottling.Builder mergeFrom(RateLimitProto.ClimbConfig.ClimbThrottling other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<RateLimitProto.ClimbConfig.ClimbThrottling.Builder>public RateLimitProto.ClimbConfig.ClimbThrottling.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<RateLimitProto.ClimbConfig.ClimbThrottling.Builder>IOExceptionpublic boolean hasColdBelowTuneDownRate()
冷水位以下区间的下调百分比
.google.protobuf.Int32Value coldBelowTuneDownRate = 1;hasColdBelowTuneDownRate 在接口中 RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilderpublic com.google.protobuf.Int32Value getColdBelowTuneDownRate()
冷水位以下区间的下调百分比
.google.protobuf.Int32Value coldBelowTuneDownRate = 1;getColdBelowTuneDownRate 在接口中 RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilderpublic RateLimitProto.ClimbConfig.ClimbThrottling.Builder setColdBelowTuneDownRate(com.google.protobuf.Int32Value value)
冷水位以下区间的下调百分比
.google.protobuf.Int32Value coldBelowTuneDownRate = 1;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder setColdBelowTuneDownRate(com.google.protobuf.Int32Value.Builder builderForValue)
冷水位以下区间的下调百分比
.google.protobuf.Int32Value coldBelowTuneDownRate = 1;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder mergeColdBelowTuneDownRate(com.google.protobuf.Int32Value value)
冷水位以下区间的下调百分比
.google.protobuf.Int32Value coldBelowTuneDownRate = 1;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder clearColdBelowTuneDownRate()
冷水位以下区间的下调百分比
.google.protobuf.Int32Value coldBelowTuneDownRate = 1;public com.google.protobuf.Int32Value.Builder getColdBelowTuneDownRateBuilder()
冷水位以下区间的下调百分比
.google.protobuf.Int32Value coldBelowTuneDownRate = 1;public com.google.protobuf.Int32ValueOrBuilder getColdBelowTuneDownRateOrBuilder()
冷水位以下区间的下调百分比
.google.protobuf.Int32Value coldBelowTuneDownRate = 1;public boolean hasColdBelowTuneUpRate()
冷水位以下区间的上调百分比
.google.protobuf.Int32Value coldBelowTuneUpRate = 2;hasColdBelowTuneUpRate 在接口中 RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilderpublic com.google.protobuf.Int32Value getColdBelowTuneUpRate()
冷水位以下区间的上调百分比
.google.protobuf.Int32Value coldBelowTuneUpRate = 2;getColdBelowTuneUpRate 在接口中 RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilderpublic RateLimitProto.ClimbConfig.ClimbThrottling.Builder setColdBelowTuneUpRate(com.google.protobuf.Int32Value value)
冷水位以下区间的上调百分比
.google.protobuf.Int32Value coldBelowTuneUpRate = 2;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder setColdBelowTuneUpRate(com.google.protobuf.Int32Value.Builder builderForValue)
冷水位以下区间的上调百分比
.google.protobuf.Int32Value coldBelowTuneUpRate = 2;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder mergeColdBelowTuneUpRate(com.google.protobuf.Int32Value value)
冷水位以下区间的上调百分比
.google.protobuf.Int32Value coldBelowTuneUpRate = 2;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder clearColdBelowTuneUpRate()
冷水位以下区间的上调百分比
.google.protobuf.Int32Value coldBelowTuneUpRate = 2;public com.google.protobuf.Int32Value.Builder getColdBelowTuneUpRateBuilder()
冷水位以下区间的上调百分比
.google.protobuf.Int32Value coldBelowTuneUpRate = 2;public com.google.protobuf.Int32ValueOrBuilder getColdBelowTuneUpRateOrBuilder()
冷水位以下区间的上调百分比
.google.protobuf.Int32Value coldBelowTuneUpRate = 2;public boolean hasColdAboveTuneDownRate()
冷水位以上区间的下调百分比
.google.protobuf.Int32Value coldAboveTuneDownRate = 3;hasColdAboveTuneDownRate 在接口中 RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilderpublic com.google.protobuf.Int32Value getColdAboveTuneDownRate()
冷水位以上区间的下调百分比
.google.protobuf.Int32Value coldAboveTuneDownRate = 3;getColdAboveTuneDownRate 在接口中 RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilderpublic RateLimitProto.ClimbConfig.ClimbThrottling.Builder setColdAboveTuneDownRate(com.google.protobuf.Int32Value value)
冷水位以上区间的下调百分比
.google.protobuf.Int32Value coldAboveTuneDownRate = 3;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder setColdAboveTuneDownRate(com.google.protobuf.Int32Value.Builder builderForValue)
冷水位以上区间的下调百分比
.google.protobuf.Int32Value coldAboveTuneDownRate = 3;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder mergeColdAboveTuneDownRate(com.google.protobuf.Int32Value value)
冷水位以上区间的下调百分比
.google.protobuf.Int32Value coldAboveTuneDownRate = 3;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder clearColdAboveTuneDownRate()
冷水位以上区间的下调百分比
.google.protobuf.Int32Value coldAboveTuneDownRate = 3;public com.google.protobuf.Int32Value.Builder getColdAboveTuneDownRateBuilder()
冷水位以上区间的下调百分比
.google.protobuf.Int32Value coldAboveTuneDownRate = 3;public com.google.protobuf.Int32ValueOrBuilder getColdAboveTuneDownRateOrBuilder()
冷水位以上区间的下调百分比
.google.protobuf.Int32Value coldAboveTuneDownRate = 3;public boolean hasColdAboveTuneUpRate()
冷水位以上区间的上调百分比
.google.protobuf.Int32Value coldAboveTuneUpRate = 4;hasColdAboveTuneUpRate 在接口中 RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilderpublic com.google.protobuf.Int32Value getColdAboveTuneUpRate()
冷水位以上区间的上调百分比
.google.protobuf.Int32Value coldAboveTuneUpRate = 4;getColdAboveTuneUpRate 在接口中 RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilderpublic RateLimitProto.ClimbConfig.ClimbThrottling.Builder setColdAboveTuneUpRate(com.google.protobuf.Int32Value value)
冷水位以上区间的上调百分比
.google.protobuf.Int32Value coldAboveTuneUpRate = 4;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder setColdAboveTuneUpRate(com.google.protobuf.Int32Value.Builder builderForValue)
冷水位以上区间的上调百分比
.google.protobuf.Int32Value coldAboveTuneUpRate = 4;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder mergeColdAboveTuneUpRate(com.google.protobuf.Int32Value value)
冷水位以上区间的上调百分比
.google.protobuf.Int32Value coldAboveTuneUpRate = 4;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder clearColdAboveTuneUpRate()
冷水位以上区间的上调百分比
.google.protobuf.Int32Value coldAboveTuneUpRate = 4;public com.google.protobuf.Int32Value.Builder getColdAboveTuneUpRateBuilder()
冷水位以上区间的上调百分比
.google.protobuf.Int32Value coldAboveTuneUpRate = 4;public com.google.protobuf.Int32ValueOrBuilder getColdAboveTuneUpRateOrBuilder()
冷水位以上区间的上调百分比
.google.protobuf.Int32Value coldAboveTuneUpRate = 4;public boolean hasLimitThresholdToTuneUp()
冷水位以上,超过该百分的请求被限流后进行阈值上调
.google.protobuf.Int32Value limitThresholdToTuneUp = 5;hasLimitThresholdToTuneUp 在接口中 RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilderpublic com.google.protobuf.Int32Value getLimitThresholdToTuneUp()
冷水位以上,超过该百分的请求被限流后进行阈值上调
.google.protobuf.Int32Value limitThresholdToTuneUp = 5;getLimitThresholdToTuneUp 在接口中 RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilderpublic RateLimitProto.ClimbConfig.ClimbThrottling.Builder setLimitThresholdToTuneUp(com.google.protobuf.Int32Value value)
冷水位以上,超过该百分的请求被限流后进行阈值上调
.google.protobuf.Int32Value limitThresholdToTuneUp = 5;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder setLimitThresholdToTuneUp(com.google.protobuf.Int32Value.Builder builderForValue)
冷水位以上,超过该百分的请求被限流后进行阈值上调
.google.protobuf.Int32Value limitThresholdToTuneUp = 5;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder mergeLimitThresholdToTuneUp(com.google.protobuf.Int32Value value)
冷水位以上,超过该百分的请求被限流后进行阈值上调
.google.protobuf.Int32Value limitThresholdToTuneUp = 5;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder clearLimitThresholdToTuneUp()
冷水位以上,超过该百分的请求被限流后进行阈值上调
.google.protobuf.Int32Value limitThresholdToTuneUp = 5;public com.google.protobuf.Int32Value.Builder getLimitThresholdToTuneUpBuilder()
冷水位以上,超过该百分的请求被限流后进行阈值上调
.google.protobuf.Int32Value limitThresholdToTuneUp = 5;public com.google.protobuf.Int32ValueOrBuilder getLimitThresholdToTuneUpOrBuilder()
冷水位以上,超过该百分的请求被限流后进行阈值上调
.google.protobuf.Int32Value limitThresholdToTuneUp = 5;public boolean hasJudgeDuration()
阈值调整规则的决策间隔
.google.protobuf.Duration judgeDuration = 6;hasJudgeDuration 在接口中 RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilderpublic com.google.protobuf.Duration getJudgeDuration()
阈值调整规则的决策间隔
.google.protobuf.Duration judgeDuration = 6;getJudgeDuration 在接口中 RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilderpublic RateLimitProto.ClimbConfig.ClimbThrottling.Builder setJudgeDuration(com.google.protobuf.Duration value)
阈值调整规则的决策间隔
.google.protobuf.Duration judgeDuration = 6;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder setJudgeDuration(com.google.protobuf.Duration.Builder builderForValue)
阈值调整规则的决策间隔
.google.protobuf.Duration judgeDuration = 6;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder mergeJudgeDuration(com.google.protobuf.Duration value)
阈值调整规则的决策间隔
.google.protobuf.Duration judgeDuration = 6;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder clearJudgeDuration()
阈值调整规则的决策间隔
.google.protobuf.Duration judgeDuration = 6;public com.google.protobuf.Duration.Builder getJudgeDurationBuilder()
阈值调整规则的决策间隔
.google.protobuf.Duration judgeDuration = 6;public com.google.protobuf.DurationOrBuilder getJudgeDurationOrBuilder()
阈值调整规则的决策间隔
.google.protobuf.Duration judgeDuration = 6;public boolean hasTuneUpPeriod()
阈值上调周期数,连续N个决策间隔都为上调,才执行上调
.google.protobuf.Int32Value tuneUpPeriod = 7;hasTuneUpPeriod 在接口中 RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilderpublic com.google.protobuf.Int32Value getTuneUpPeriod()
阈值上调周期数,连续N个决策间隔都为上调,才执行上调
.google.protobuf.Int32Value tuneUpPeriod = 7;getTuneUpPeriod 在接口中 RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilderpublic RateLimitProto.ClimbConfig.ClimbThrottling.Builder setTuneUpPeriod(com.google.protobuf.Int32Value value)
阈值上调周期数,连续N个决策间隔都为上调,才执行上调
.google.protobuf.Int32Value tuneUpPeriod = 7;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder setTuneUpPeriod(com.google.protobuf.Int32Value.Builder builderForValue)
阈值上调周期数,连续N个决策间隔都为上调,才执行上调
.google.protobuf.Int32Value tuneUpPeriod = 7;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder mergeTuneUpPeriod(com.google.protobuf.Int32Value value)
阈值上调周期数,连续N个决策间隔都为上调,才执行上调
.google.protobuf.Int32Value tuneUpPeriod = 7;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder clearTuneUpPeriod()
阈值上调周期数,连续N个决策间隔都为上调,才执行上调
.google.protobuf.Int32Value tuneUpPeriod = 7;public com.google.protobuf.Int32Value.Builder getTuneUpPeriodBuilder()
阈值上调周期数,连续N个决策间隔都为上调,才执行上调
.google.protobuf.Int32Value tuneUpPeriod = 7;public com.google.protobuf.Int32ValueOrBuilder getTuneUpPeriodOrBuilder()
阈值上调周期数,连续N个决策间隔都为上调,才执行上调
.google.protobuf.Int32Value tuneUpPeriod = 7;public boolean hasTuneDownPeriod()
阈值下调周期数,连续N个决策间隔都为下调,才执行下调
.google.protobuf.Int32Value tuneDownPeriod = 8;hasTuneDownPeriod 在接口中 RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilderpublic com.google.protobuf.Int32Value getTuneDownPeriod()
阈值下调周期数,连续N个决策间隔都为下调,才执行下调
.google.protobuf.Int32Value tuneDownPeriod = 8;getTuneDownPeriod 在接口中 RateLimitProto.ClimbConfig.ClimbThrottlingOrBuilderpublic RateLimitProto.ClimbConfig.ClimbThrottling.Builder setTuneDownPeriod(com.google.protobuf.Int32Value value)
阈值下调周期数,连续N个决策间隔都为下调,才执行下调
.google.protobuf.Int32Value tuneDownPeriod = 8;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder setTuneDownPeriod(com.google.protobuf.Int32Value.Builder builderForValue)
阈值下调周期数,连续N个决策间隔都为下调,才执行下调
.google.protobuf.Int32Value tuneDownPeriod = 8;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder mergeTuneDownPeriod(com.google.protobuf.Int32Value value)
阈值下调周期数,连续N个决策间隔都为下调,才执行下调
.google.protobuf.Int32Value tuneDownPeriod = 8;public RateLimitProto.ClimbConfig.ClimbThrottling.Builder clearTuneDownPeriod()
阈值下调周期数,连续N个决策间隔都为下调,才执行下调
.google.protobuf.Int32Value tuneDownPeriod = 8;public com.google.protobuf.Int32Value.Builder getTuneDownPeriodBuilder()
阈值下调周期数,连续N个决策间隔都为下调,才执行下调
.google.protobuf.Int32Value tuneDownPeriod = 8;public com.google.protobuf.Int32ValueOrBuilder getTuneDownPeriodOrBuilder()
阈值下调周期数,连续N个决策间隔都为下调,才执行下调
.google.protobuf.Int32Value tuneDownPeriod = 8;public final RateLimitProto.ClimbConfig.ClimbThrottling.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<RateLimitProto.ClimbConfig.ClimbThrottling.Builder>public final RateLimitProto.ClimbConfig.ClimbThrottling.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<RateLimitProto.ClimbConfig.ClimbThrottling.Builder>Copyright © 2022. All rights reserved.