| 程序包 | 说明 |
|---|---|
| com.tencent.polaris.client.pb |
| 限定符和类型 | 方法和说明 |
|---|---|
CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.SourceMatcher.Builder.build() |
CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.SourceMatcher.Builder.buildPartial() |
static CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.SourceMatcher.getDefaultInstance() |
CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.SourceMatcher.getDefaultInstanceForType() |
CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.SourceMatcher.Builder.getDefaultInstanceForType() |
CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.CbRuleOrBuilder.getSources(int index)
如果匹配Source规则,按照Destination进行熔断
多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1; |
CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.CbRule.getSources(int index)
如果匹配Source规则,按照Destination进行熔断
多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1; |
CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.CbRule.Builder.getSources(int index)
如果匹配Source规则,按照Destination进行熔断
多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1; |
static CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.SourceMatcher.parseDelimitedFrom(InputStream input) |
static CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.SourceMatcher.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.SourceMatcher.parseFrom(byte[] data) |
static CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.SourceMatcher.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.SourceMatcher.parseFrom(ByteBuffer data) |
static CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.SourceMatcher.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.SourceMatcher.parseFrom(com.google.protobuf.ByteString data) |
static CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.SourceMatcher.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.SourceMatcher.parseFrom(com.google.protobuf.CodedInputStream input) |
static CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.SourceMatcher.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.SourceMatcher.parseFrom(InputStream input) |
static CircuitBreakerProto.SourceMatcher |
CircuitBreakerProto.SourceMatcher.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.Parser<CircuitBreakerProto.SourceMatcher> |
CircuitBreakerProto.SourceMatcher.getParserForType() |
List<CircuitBreakerProto.SourceMatcher> |
CircuitBreakerProto.CbRuleOrBuilder.getSourcesList()
如果匹配Source规则,按照Destination进行熔断
多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1; |
List<CircuitBreakerProto.SourceMatcher> |
CircuitBreakerProto.CbRule.getSourcesList()
如果匹配Source规则,按照Destination进行熔断
多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1; |
List<CircuitBreakerProto.SourceMatcher> |
CircuitBreakerProto.CbRule.Builder.getSourcesList()
如果匹配Source规则,按照Destination进行熔断
多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1; |
static com.google.protobuf.Parser<CircuitBreakerProto.SourceMatcher> |
CircuitBreakerProto.SourceMatcher.parser() |
| 限定符和类型 | 方法和说明 |
|---|---|
CircuitBreakerProto.CbRule.Builder |
CircuitBreakerProto.CbRule.Builder.addSources(CircuitBreakerProto.SourceMatcher value)
如果匹配Source规则,按照Destination进行熔断
多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1; |
CircuitBreakerProto.CbRule.Builder |
CircuitBreakerProto.CbRule.Builder.addSources(int index,
CircuitBreakerProto.SourceMatcher value)
如果匹配Source规则,按照Destination进行熔断
多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1; |
CircuitBreakerProto.SourceMatcher.Builder |
CircuitBreakerProto.SourceMatcher.Builder.mergeFrom(CircuitBreakerProto.SourceMatcher other) |
static CircuitBreakerProto.SourceMatcher.Builder |
CircuitBreakerProto.SourceMatcher.newBuilder(CircuitBreakerProto.SourceMatcher prototype) |
CircuitBreakerProto.CbRule.Builder |
CircuitBreakerProto.CbRule.Builder.setSources(int index,
CircuitBreakerProto.SourceMatcher value)
如果匹配Source规则,按照Destination进行熔断
多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1; |
| 限定符和类型 | 方法和说明 |
|---|---|
CircuitBreakerProto.CbRule.Builder |
CircuitBreakerProto.CbRule.Builder.addAllSources(Iterable<? extends CircuitBreakerProto.SourceMatcher> values)
如果匹配Source规则,按照Destination进行熔断
多个Source之间的关系为或
repeated .v1.SourceMatcher sources = 1; |
Copyright © 2022. All rights reserved.