public static interface CircuitBreakerProto.CbPolicy.ConsecutiveErrConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.UInt32Value |
getConsecutiveErrorToOpen()
连续错误数阈值,进入Open状态
.google.protobuf.UInt32Value consecutiveErrorToOpen = 3; |
com.google.protobuf.UInt32ValueOrBuilder |
getConsecutiveErrorToOpenOrBuilder()
连续错误数阈值,进入Open状态
.google.protobuf.UInt32Value consecutiveErrorToOpen = 3; |
com.google.protobuf.UInt32Value |
getConsecutiveErrorToPreserved()
连续错误数阈值,进入Preserved状态
.google.protobuf.UInt32Value consecutiveErrorToPreserved = 2; |
com.google.protobuf.UInt32ValueOrBuilder |
getConsecutiveErrorToPreservedOrBuilder()
连续错误数阈值,进入Preserved状态
.google.protobuf.UInt32Value consecutiveErrorToPreserved = 2; |
com.google.protobuf.BoolValue |
getEnable()
是否启用连续错误数配置
.google.protobuf.BoolValue enable = 1; |
com.google.protobuf.BoolValueOrBuilder |
getEnableOrBuilder()
是否启用连续错误数配置
.google.protobuf.BoolValue enable = 1; |
boolean |
hasConsecutiveErrorToOpen()
连续错误数阈值,进入Open状态
.google.protobuf.UInt32Value consecutiveErrorToOpen = 3; |
boolean |
hasConsecutiveErrorToPreserved()
连续错误数阈值,进入Preserved状态
.google.protobuf.UInt32Value consecutiveErrorToPreserved = 2; |
boolean |
hasEnable()
是否启用连续错误数配置
.google.protobuf.BoolValue enable = 1; |
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 hasConsecutiveErrorToPreserved()
连续错误数阈值,进入Preserved状态
.google.protobuf.UInt32Value consecutiveErrorToPreserved = 2;com.google.protobuf.UInt32Value getConsecutiveErrorToPreserved()
连续错误数阈值,进入Preserved状态
.google.protobuf.UInt32Value consecutiveErrorToPreserved = 2;com.google.protobuf.UInt32ValueOrBuilder getConsecutiveErrorToPreservedOrBuilder()
连续错误数阈值,进入Preserved状态
.google.protobuf.UInt32Value consecutiveErrorToPreserved = 2;boolean hasConsecutiveErrorToOpen()
连续错误数阈值,进入Open状态
.google.protobuf.UInt32Value consecutiveErrorToOpen = 3;com.google.protobuf.UInt32Value getConsecutiveErrorToOpen()
连续错误数阈值,进入Open状态
.google.protobuf.UInt32Value consecutiveErrorToOpen = 3;com.google.protobuf.UInt32ValueOrBuilder getConsecutiveErrorToOpenOrBuilder()
连续错误数阈值,进入Open状态
.google.protobuf.UInt32Value consecutiveErrorToOpen = 3;Copyright © 2022. All rights reserved.