Uses of Class
io.envoyproxy.envoy.api.v2.route.HedgePolicy.Builder
Packages that use HedgePolicy.Builder
-
Uses of HedgePolicy.Builder in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return HedgePolicy.BuilderModifier and TypeMethodDescriptionHedgePolicy.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HedgePolicy.Builder.clear()HedgePolicy.Builder.clearAdditionalRequestChance()Specifies a probability that an additional upstream request should be sent on top of what is specified by initial_requests.HedgePolicy.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) HedgePolicy.Builder.clearHedgeOnPerTryTimeout()Indicates that a hedged request should be sent when the per-try timeout is hit.HedgePolicy.Builder.clearInitialRequests()Specifies the number of initial requests that should be sent upstream.HedgePolicy.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) HedgePolicy.Builder.clone()RouteAction.Builder.getHedgePolicyBuilder()Indicates that the route has a hedge policy.VirtualHost.Builder.getHedgePolicyBuilder()Indicates the hedge policy for all routes in this virtual host.HedgePolicy.Builder.mergeAdditionalRequestChance(FractionalPercent value) Specifies a probability that an additional upstream request should be sent on top of what is specified by initial_requests.HedgePolicy.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HedgePolicy.Builder.mergeFrom(com.google.protobuf.Message other) HedgePolicy.Builder.mergeFrom(HedgePolicy other) HedgePolicy.Builder.mergeInitialRequests(com.google.protobuf.UInt32Value value) Specifies the number of initial requests that should be sent upstream.final HedgePolicy.BuilderHedgePolicy.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static HedgePolicy.BuilderHedgePolicy.newBuilder()static HedgePolicy.BuilderHedgePolicy.newBuilder(HedgePolicy prototype) HedgePolicy.newBuilderForType()protected HedgePolicy.BuilderHedgePolicy.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) HedgePolicy.Builder.setAdditionalRequestChance(FractionalPercent value) Specifies a probability that an additional upstream request should be sent on top of what is specified by initial_requests.HedgePolicy.Builder.setAdditionalRequestChance(FractionalPercent.Builder builderForValue) Specifies a probability that an additional upstream request should be sent on top of what is specified by initial_requests.HedgePolicy.Builder.setHedgeOnPerTryTimeout(boolean value) Indicates that a hedged request should be sent when the per-try timeout is hit.HedgePolicy.Builder.setInitialRequests(com.google.protobuf.UInt32Value value) Specifies the number of initial requests that should be sent upstream.HedgePolicy.Builder.setInitialRequests(com.google.protobuf.UInt32Value.Builder builderForValue) Specifies the number of initial requests that should be sent upstream.HedgePolicy.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final HedgePolicy.BuilderHedgePolicy.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HedgePolicy.toBuilder()Methods in io.envoyproxy.envoy.api.v2.route with parameters of type HedgePolicy.BuilderModifier and TypeMethodDescriptionRouteAction.Builder.setHedgePolicy(HedgePolicy.Builder builderForValue) Indicates that the route has a hedge policy.VirtualHost.Builder.setHedgePolicy(HedgePolicy.Builder builderForValue) Indicates the hedge policy for all routes in this virtual host.