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
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.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.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.