Uses of Class
io.envoyproxy.envoy.config.route.v3.RetryPolicy.RetryBackOff.Builder
Packages that use RetryPolicy.RetryBackOff.Builder
-
Uses of RetryPolicy.RetryBackOff.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RetryPolicy.RetryBackOff.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RetryPolicy.RetryBackOff, RetryPolicy.RetryBackOff.Builder, RetryPolicy.RetryBackOffOrBuilder> RetryPolicy.Builder.retryBackOffBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return RetryPolicy.RetryBackOff.BuilderModifier and TypeMethodDescriptionRetryPolicy.RetryBackOff.Builder.clear()
RetryPolicy.RetryBackOff.Builder.clearBaseInterval()
Specifies the base interval between retries.RetryPolicy.RetryBackOff.Builder.clearMaxInterval()
Specifies the maximum interval between retries.RetryPolicy.Builder.getRetryBackOffBuilder()
Specifies parameters that control exponential retry back off.RetryPolicy.RetryBackOff.Builder.mergeBaseInterval
(com.google.protobuf.Duration value) Specifies the base interval between retries.RetryPolicy.RetryBackOff.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RetryPolicy.RetryBackOff.Builder.mergeFrom
(com.google.protobuf.Message other) RetryPolicy.RetryBackOff.Builder.mergeFrom
(RetryPolicy.RetryBackOff other) RetryPolicy.RetryBackOff.Builder.mergeMaxInterval
(com.google.protobuf.Duration value) Specifies the maximum interval between retries.RetryPolicy.RetryBackOff.newBuilder()
RetryPolicy.RetryBackOff.newBuilder
(RetryPolicy.RetryBackOff prototype) RetryPolicy.RetryBackOff.newBuilderForType()
protected RetryPolicy.RetryBackOff.Builder
RetryPolicy.RetryBackOff.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) RetryPolicy.RetryBackOff.Builder.setBaseInterval
(com.google.protobuf.Duration value) Specifies the base interval between retries.RetryPolicy.RetryBackOff.Builder.setBaseInterval
(com.google.protobuf.Duration.Builder builderForValue) Specifies the base interval between retries.RetryPolicy.RetryBackOff.Builder.setMaxInterval
(com.google.protobuf.Duration value) Specifies the maximum interval between retries.RetryPolicy.RetryBackOff.Builder.setMaxInterval
(com.google.protobuf.Duration.Builder builderForValue) Specifies the maximum interval between retries.RetryPolicy.RetryBackOff.toBuilder()
Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RetryPolicy.RetryBackOff.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RetryPolicy.RetryBackOff, RetryPolicy.RetryBackOff.Builder, RetryPolicy.RetryBackOffOrBuilder> RetryPolicy.Builder.getRetryBackOffFieldBuilder()
Specifies parameters that control exponential retry back off.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RetryPolicy.RetryBackOff.BuilderModifier and TypeMethodDescriptionRetryPolicy.Builder.setRetryBackOff
(RetryPolicy.RetryBackOff.Builder builderForValue) Specifies parameters that control exponential retry back off.