Uses of Interface
io.envoyproxy.envoy.type.v3.FractionalPercentOrBuilder
Packages that use FractionalPercentOrBuilder
Package
Description
-
Uses of FractionalPercentOrBuilder in io.envoyproxy.envoy.config.accesslog.v3
Fields in io.envoyproxy.envoy.config.accesslog.v3 with type parameters of type FractionalPercentOrBuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> RuntimeFilter.Builder.percentSampledBuilder_
Methods in io.envoyproxy.envoy.config.accesslog.v3 that return FractionalPercentOrBuilderModifier and TypeMethodDescriptionRuntimeFilter.Builder.getPercentSampledOrBuilder()
The default sampling percentage.RuntimeFilter.getPercentSampledOrBuilder()
The default sampling percentage.RuntimeFilterOrBuilder.getPercentSampledOrBuilder()
The default sampling percentage.Methods in io.envoyproxy.envoy.config.accesslog.v3 that return types with arguments of type FractionalPercentOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> RuntimeFilter.Builder.internalGetPercentSampledFieldBuilder()
The default sampling percentage. -
Uses of FractionalPercentOrBuilder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type FractionalPercentOrBuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> RuntimeFractionalPercent.Builder.defaultValueBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return FractionalPercentOrBuilderModifier and TypeMethodDescriptionRuntimeFractionalPercent.Builder.getDefaultValueOrBuilder()
Default value if the runtime value's for the numerator/denominator keys are not available.RuntimeFractionalPercent.getDefaultValueOrBuilder()
Default value if the runtime value's for the numerator/denominator keys are not available.RuntimeFractionalPercentOrBuilder.getDefaultValueOrBuilder()
Default value if the runtime value's for the numerator/denominator keys are not available.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type FractionalPercentOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> RuntimeFractionalPercent.Builder.internalGetDefaultValueFieldBuilder()
Default value if the runtime value's for the numerator/denominator keys are not available. -
Uses of FractionalPercentOrBuilder in io.envoyproxy.envoy.config.endpoint.v3
Fields in io.envoyproxy.envoy.config.endpoint.v3 with type parameters of type FractionalPercentOrBuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> ClusterLoadAssignment.Policy.DropOverload.Builder.dropPercentageBuilder_
Methods in io.envoyproxy.envoy.config.endpoint.v3 that return FractionalPercentOrBuilderModifier and TypeMethodDescriptionClusterLoadAssignment.Policy.DropOverload.Builder.getDropPercentageOrBuilder()
Percentage of traffic that should be dropped for the category.ClusterLoadAssignment.Policy.DropOverload.getDropPercentageOrBuilder()
Percentage of traffic that should be dropped for the category.ClusterLoadAssignment.Policy.DropOverloadOrBuilder.getDropPercentageOrBuilder()
Percentage of traffic that should be dropped for the category.Methods in io.envoyproxy.envoy.config.endpoint.v3 that return types with arguments of type FractionalPercentOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> ClusterLoadAssignment.Policy.DropOverload.Builder.internalGetDropPercentageFieldBuilder()
Percentage of traffic that should be dropped for the category. -
Uses of FractionalPercentOrBuilder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type FractionalPercentOrBuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> HedgePolicy.Builder.additionalRequestChanceBuilder_
private com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> Tracing.Builder.clientSamplingBuilder_
private com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> Tracing.Builder.overallSamplingBuilder_
private com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> Tracing.Builder.randomSamplingBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return FractionalPercentOrBuilderModifier and TypeMethodDescriptionHedgePolicy.Builder.getAdditionalRequestChanceOrBuilder()
Specifies a probability that an additional upstream request should be sent on top of what is specified by initial_requests.HedgePolicy.getAdditionalRequestChanceOrBuilder()
Specifies a probability that an additional upstream request should be sent on top of what is specified by initial_requests.HedgePolicyOrBuilder.getAdditionalRequestChanceOrBuilder()
Specifies a probability that an additional upstream request should be sent on top of what is specified by initial_requests.Tracing.Builder.getClientSamplingOrBuilder()
Target percentage of requests managed by this HTTP connection manager that will be force traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>` header is set.Tracing.getClientSamplingOrBuilder()
Target percentage of requests managed by this HTTP connection manager that will be force traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>` header is set.TracingOrBuilder.getClientSamplingOrBuilder()
Target percentage of requests managed by this HTTP connection manager that will be force traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>` header is set.Tracing.Builder.getOverallSamplingOrBuilder()
Target percentage of requests managed by this HTTP connection manager that will be traced after all other sampling checks have been applied (client-directed, force tracing, random sampling).Tracing.getOverallSamplingOrBuilder()
Target percentage of requests managed by this HTTP connection manager that will be traced after all other sampling checks have been applied (client-directed, force tracing, random sampling).TracingOrBuilder.getOverallSamplingOrBuilder()
Target percentage of requests managed by this HTTP connection manager that will be traced after all other sampling checks have been applied (client-directed, force tracing, random sampling).Tracing.Builder.getRandomSamplingOrBuilder()
Target percentage of requests managed by this HTTP connection manager that will be randomly selected for trace generation, if not requested by the client or not forced.Tracing.getRandomSamplingOrBuilder()
Target percentage of requests managed by this HTTP connection manager that will be randomly selected for trace generation, if not requested by the client or not forced.TracingOrBuilder.getRandomSamplingOrBuilder()
Target percentage of requests managed by this HTTP connection manager that will be randomly selected for trace generation, if not requested by the client or not forced.Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type FractionalPercentOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> HedgePolicy.Builder.internalGetAdditionalRequestChanceFieldBuilder()
Specifies a probability that an additional upstream request should be sent on top of what is specified by initial_requests.private com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> Tracing.Builder.internalGetClientSamplingFieldBuilder()
Target percentage of requests managed by this HTTP connection manager that will be force traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>` header is set.private com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> Tracing.Builder.internalGetOverallSamplingFieldBuilder()
Target percentage of requests managed by this HTTP connection manager that will be traced after all other sampling checks have been applied (client-directed, force tracing, random sampling).private com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> Tracing.Builder.internalGetRandomSamplingFieldBuilder()
Target percentage of requests managed by this HTTP connection manager that will be randomly selected for trace generation, if not requested by the client or not forced. -
Uses of FractionalPercentOrBuilder in io.envoyproxy.envoy.extensions.filters.common.fault.v3
Fields in io.envoyproxy.envoy.extensions.filters.common.fault.v3 with type parameters of type FractionalPercentOrBuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> FaultDelay.Builder.percentageBuilder_
private com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> FaultRateLimit.Builder.percentageBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 that return FractionalPercentOrBuilderModifier and TypeMethodDescriptionFaultDelay.Builder.getPercentageOrBuilder()
The percentage of operations/connections/requests on which the delay will be injected.FaultDelay.getPercentageOrBuilder()
The percentage of operations/connections/requests on which the delay will be injected.FaultDelayOrBuilder.getPercentageOrBuilder()
The percentage of operations/connections/requests on which the delay will be injected.FaultRateLimit.Builder.getPercentageOrBuilder()
The percentage of operations/connections/requests on which the rate limit will be injected.FaultRateLimit.getPercentageOrBuilder()
The percentage of operations/connections/requests on which the rate limit will be injected.FaultRateLimitOrBuilder.getPercentageOrBuilder()
The percentage of operations/connections/requests on which the rate limit will be injected.Methods in io.envoyproxy.envoy.extensions.filters.common.fault.v3 that return types with arguments of type FractionalPercentOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> FaultDelay.Builder.internalGetPercentageFieldBuilder()
The percentage of operations/connections/requests on which the delay will be injected.private com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> FaultRateLimit.Builder.internalGetPercentageFieldBuilder()
The percentage of operations/connections/requests on which the rate limit will be injected. -
Uses of FractionalPercentOrBuilder in io.envoyproxy.envoy.extensions.filters.http.fault.v3
Fields in io.envoyproxy.envoy.extensions.filters.http.fault.v3 with type parameters of type FractionalPercentOrBuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> FaultAbort.Builder.percentageBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 that return FractionalPercentOrBuilderModifier and TypeMethodDescriptionFaultAbort.Builder.getPercentageOrBuilder()
The percentage of requests/operations/connections that will be aborted with the error code provided.FaultAbort.getPercentageOrBuilder()
The percentage of requests/operations/connections that will be aborted with the error code provided.FaultAbortOrBuilder.getPercentageOrBuilder()
The percentage of requests/operations/connections that will be aborted with the error code provided.Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 that return types with arguments of type FractionalPercentOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<FractionalPercent, FractionalPercent.Builder, FractionalPercentOrBuilder> FaultAbort.Builder.internalGetPercentageFieldBuilder()
The percentage of requests/operations/connections that will be aborted with the error code provided. -
Uses of FractionalPercentOrBuilder in io.envoyproxy.envoy.type.v3
Classes in io.envoyproxy.envoy.type.v3 that implement FractionalPercentOrBuilderModifier and TypeClassDescriptionfinal class
A fractional percentage is used in cases in which for performance reasons performing floating point to integer conversions during randomness calculations is undesirable.static final class
A fractional percentage is used in cases in which for performance reasons performing floating point to integer conversions during randomness calculations is undesirable.