Uses of Class
io.envoyproxy.envoy.config.route.v3.RetryPolicy.RetryHostPredicate
Packages that use RetryPolicy.RetryHostPredicate
-
Uses of RetryPolicy.RetryHostPredicate in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as RetryPolicy.RetryHostPredicateModifier and TypeFieldDescriptionprivate static final RetryPolicy.RetryHostPredicate
RetryPolicy.RetryHostPredicate.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RetryPolicy.RetryHostPredicateModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<RetryPolicy.RetryHostPredicate> RetryPolicy.RetryHostPredicate.PARSER
private List
<RetryPolicy.RetryHostPredicate> RetryPolicy.Builder.retryHostPredicate_
private List
<RetryPolicy.RetryHostPredicate> RetryPolicy.retryHostPredicate_
private com.google.protobuf.RepeatedFieldBuilder
<RetryPolicy.RetryHostPredicate, RetryPolicy.RetryHostPredicate.Builder, RetryPolicy.RetryHostPredicateOrBuilder> RetryPolicy.Builder.retryHostPredicateBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return RetryPolicy.RetryHostPredicateModifier and TypeMethodDescriptionRetryPolicy.RetryHostPredicate.Builder.build()
RetryPolicy.RetryHostPredicate.Builder.buildPartial()
RetryPolicy.RetryHostPredicate.getDefaultInstance()
RetryPolicy.RetryHostPredicate.Builder.getDefaultInstanceForType()
RetryPolicy.RetryHostPredicate.getDefaultInstanceForType()
RetryPolicy.Builder.getRetryHostPredicate
(int index) Specifies a collection of RetryHostPredicates that will be consulted when selecting a host for retries.RetryPolicy.getRetryHostPredicate
(int index) Specifies a collection of RetryHostPredicates that will be consulted when selecting a host for retries.RetryPolicyOrBuilder.getRetryHostPredicate
(int index) Specifies a collection of RetryHostPredicates that will be consulted when selecting a host for retries.RetryPolicy.RetryHostPredicate.parseDelimitedFrom
(InputStream input) RetryPolicy.RetryHostPredicate.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RetryPolicy.RetryHostPredicate.parseFrom
(byte[] data) RetryPolicy.RetryHostPredicate.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RetryPolicy.RetryHostPredicate.parseFrom
(com.google.protobuf.ByteString data) RetryPolicy.RetryHostPredicate.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RetryPolicy.RetryHostPredicate.parseFrom
(com.google.protobuf.CodedInputStream input) RetryPolicy.RetryHostPredicate.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RetryPolicy.RetryHostPredicate.parseFrom
(InputStream input) RetryPolicy.RetryHostPredicate.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RetryPolicy.RetryHostPredicate.parseFrom
(ByteBuffer data) RetryPolicy.RetryHostPredicate.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RetryPolicy.RetryHostPredicateModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<RetryPolicy.RetryHostPredicate> RetryPolicy.RetryHostPredicate.getParserForType()
RetryPolicy.Builder.getRetryHostPredicateList()
Specifies a collection of RetryHostPredicates that will be consulted when selecting a host for retries.RetryPolicy.getRetryHostPredicateList()
Specifies a collection of RetryHostPredicates that will be consulted when selecting a host for retries.RetryPolicyOrBuilder.getRetryHostPredicateList()
Specifies a collection of RetryHostPredicates that will be consulted when selecting a host for retries.private com.google.protobuf.RepeatedFieldBuilder
<RetryPolicy.RetryHostPredicate, RetryPolicy.RetryHostPredicate.Builder, RetryPolicy.RetryHostPredicateOrBuilder> RetryPolicy.Builder.internalGetRetryHostPredicateFieldBuilder()
static com.google.protobuf.Parser
<RetryPolicy.RetryHostPredicate> RetryPolicy.RetryHostPredicate.parser()
Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RetryPolicy.RetryHostPredicateModifier and TypeMethodDescriptionRetryPolicy.Builder.addRetryHostPredicate
(int index, RetryPolicy.RetryHostPredicate value) Specifies a collection of RetryHostPredicates that will be consulted when selecting a host for retries.RetryPolicy.Builder.addRetryHostPredicate
(RetryPolicy.RetryHostPredicate value) Specifies a collection of RetryHostPredicates that will be consulted when selecting a host for retries.private void
RetryPolicy.RetryHostPredicate.Builder.buildPartial0
(RetryPolicy.RetryHostPredicate result) private void
RetryPolicy.RetryHostPredicate.Builder.buildPartialOneofs
(RetryPolicy.RetryHostPredicate result) RetryPolicy.RetryHostPredicate.Builder.mergeFrom
(RetryPolicy.RetryHostPredicate other) RetryPolicy.RetryHostPredicate.newBuilder
(RetryPolicy.RetryHostPredicate prototype) RetryPolicy.Builder.setRetryHostPredicate
(int index, RetryPolicy.RetryHostPredicate value) Specifies a collection of RetryHostPredicates that will be consulted when selecting a host for retries.Method parameters in io.envoyproxy.envoy.config.route.v3 with type arguments of type RetryPolicy.RetryHostPredicateModifier and TypeMethodDescriptionRetryPolicy.Builder.addAllRetryHostPredicate
(Iterable<? extends RetryPolicy.RetryHostPredicate> values) Specifies a collection of RetryHostPredicates that will be consulted when selecting a host for retries.