public static interface RateLimitProto.ClimbConfig.MetricConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.UInt32Value |
getPrecision()
数据统计精度,决定数据度量的最小周期,度量滑窗的步长=window/precision
.google.protobuf.UInt32Value precision = 2; |
com.google.protobuf.UInt32ValueOrBuilder |
getPrecisionOrBuilder()
数据统计精度,决定数据度量的最小周期,度量滑窗的步长=window/precision
.google.protobuf.UInt32Value precision = 2; |
com.google.protobuf.Duration |
getReportInterval()
上报周期,默认20s
.google.protobuf.Duration reportInterval = 3; |
com.google.protobuf.DurationOrBuilder |
getReportIntervalOrBuilder()
上报周期,默认20s
.google.protobuf.Duration reportInterval = 3; |
com.google.protobuf.Duration |
getWindow()
限流数据度量周期,默认60s
.google.protobuf.Duration window = 1; |
com.google.protobuf.DurationOrBuilder |
getWindowOrBuilder()
限流数据度量周期,默认60s
.google.protobuf.Duration window = 1; |
boolean |
hasPrecision()
数据统计精度,决定数据度量的最小周期,度量滑窗的步长=window/precision
.google.protobuf.UInt32Value precision = 2; |
boolean |
hasReportInterval()
上报周期,默认20s
.google.protobuf.Duration reportInterval = 3; |
boolean |
hasWindow()
限流数据度量周期,默认60s
.google.protobuf.Duration window = 1; |
boolean hasWindow()
限流数据度量周期,默认60s
.google.protobuf.Duration window = 1;com.google.protobuf.Duration getWindow()
限流数据度量周期,默认60s
.google.protobuf.Duration window = 1;com.google.protobuf.DurationOrBuilder getWindowOrBuilder()
限流数据度量周期,默认60s
.google.protobuf.Duration window = 1;boolean hasPrecision()
数据统计精度,决定数据度量的最小周期,度量滑窗的步长=window/precision
.google.protobuf.UInt32Value precision = 2;com.google.protobuf.UInt32Value getPrecision()
数据统计精度,决定数据度量的最小周期,度量滑窗的步长=window/precision
.google.protobuf.UInt32Value precision = 2;com.google.protobuf.UInt32ValueOrBuilder getPrecisionOrBuilder()
数据统计精度,决定数据度量的最小周期,度量滑窗的步长=window/precision
.google.protobuf.UInt32Value precision = 2;boolean hasReportInterval()
上报周期,默认20s
.google.protobuf.Duration reportInterval = 3;com.google.protobuf.Duration getReportInterval()
上报周期,默认20s
.google.protobuf.Duration reportInterval = 3;com.google.protobuf.DurationOrBuilder getReportIntervalOrBuilder()
上报周期,默认20s
.google.protobuf.Duration reportInterval = 3;Copyright © 2021. All rights reserved.