public static interface CircuitBreakerProto.CbRuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
CircuitBreakerProto.DestinationSet |
getDestinations(int index)
repeated .v1.DestinationSet destinations = 2; |
int |
getDestinationsCount()
repeated .v1.DestinationSet destinations = 2; |
List<CircuitBreakerProto.DestinationSet> |
getDestinationsList()
repeated .v1.DestinationSet destinations = 2; |
CircuitBreakerProto.DestinationSetOrBuilder |
getDestinationsOrBuilder(int index)
repeated .v1.DestinationSet destinations = 2; |
List<? extends CircuitBreakerProto.DestinationSetOrBuilder> |
getDestinationsOrBuilderList()
repeated .v1.DestinationSet destinations = 2; |
CircuitBreakerProto.SourceMatcher |
getSources(int index)
如果匹配Source规则,按照Destination进行熔断
多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1; |
int |
getSourcesCount()
如果匹配Source规则,按照Destination进行熔断
多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1; |
List<CircuitBreakerProto.SourceMatcher> |
getSourcesList()
如果匹配Source规则,按照Destination进行熔断
多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1; |
CircuitBreakerProto.SourceMatcherOrBuilder |
getSourcesOrBuilder(int index)
如果匹配Source规则,按照Destination进行熔断
多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1; |
List<? extends CircuitBreakerProto.SourceMatcherOrBuilder> |
getSourcesOrBuilderList()
如果匹配Source规则,按照Destination进行熔断
多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1; |
List<CircuitBreakerProto.SourceMatcher> getSourcesList()
如果匹配Source规则,按照Destination进行熔断 多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1;CircuitBreakerProto.SourceMatcher getSources(int index)
如果匹配Source规则,按照Destination进行熔断 多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1;int getSourcesCount()
如果匹配Source规则,按照Destination进行熔断 多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1;List<? extends CircuitBreakerProto.SourceMatcherOrBuilder> getSourcesOrBuilderList()
如果匹配Source规则,按照Destination进行熔断 多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1;CircuitBreakerProto.SourceMatcherOrBuilder getSourcesOrBuilder(int index)
如果匹配Source规则,按照Destination进行熔断 多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1;List<CircuitBreakerProto.DestinationSet> getDestinationsList()
repeated .v1.DestinationSet destinations = 2;CircuitBreakerProto.DestinationSet getDestinations(int index)
repeated .v1.DestinationSet destinations = 2;int getDestinationsCount()
repeated .v1.DestinationSet destinations = 2;List<? extends CircuitBreakerProto.DestinationSetOrBuilder> getDestinationsOrBuilderList()
repeated .v1.DestinationSet destinations = 2;CircuitBreakerProto.DestinationSetOrBuilder getDestinationsOrBuilder(int index)
repeated .v1.DestinationSet destinations = 2;Copyright © 2021. All rights reserved.