Uses of Interface
io.envoyproxy.envoy.type.v3.FractionalPercentOrBuilder
-
-
Uses of FractionalPercentOrBuilder in io.envoyproxy.envoy.config.accesslog.v3
Fields in io.envoyproxy.envoy.config.accesslog.v3 with type parameters of type FractionalPercentOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<FractionalPercent,FractionalPercent.Builder,FractionalPercentOrBuilder>
RuntimeFilter.Builder. percentSampledBuilder_
Methods in io.envoyproxy.envoy.config.accesslog.v3 that return FractionalPercentOrBuilder Modifier and Type Method Description FractionalPercentOrBuilder
RuntimeFilter.Builder. getPercentSampledOrBuilder()
The default sampling percentage.FractionalPercentOrBuilder
RuntimeFilter. getPercentSampledOrBuilder()
The default sampling percentage.FractionalPercentOrBuilder
RuntimeFilterOrBuilder. getPercentSampledOrBuilder()
The default sampling percentage.Methods in io.envoyproxy.envoy.config.accesslog.v3 that return types with arguments of type FractionalPercentOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<FractionalPercent,FractionalPercent.Builder,FractionalPercentOrBuilder>
RuntimeFilter.Builder. getPercentSampledFieldBuilder()
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 FractionalPercentOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<FractionalPercent,FractionalPercent.Builder,FractionalPercentOrBuilder>
RuntimeFractionalPercent.Builder. defaultValueBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return FractionalPercentOrBuilder Modifier and Type Method Description FractionalPercentOrBuilder
RuntimeFractionalPercent.Builder. getDefaultValueOrBuilder()
Default value if the runtime value's for the numerator/denominator keys are not available.FractionalPercentOrBuilder
RuntimeFractionalPercent. getDefaultValueOrBuilder()
Default value if the runtime value's for the numerator/denominator keys are not available.FractionalPercentOrBuilder
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 FractionalPercentOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<FractionalPercent,FractionalPercent.Builder,FractionalPercentOrBuilder>
RuntimeFractionalPercent.Builder. getDefaultValueFieldBuilder()
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 FractionalPercentOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<FractionalPercent,FractionalPercent.Builder,FractionalPercentOrBuilder>
ClusterLoadAssignment.Policy.DropOverload.Builder. dropPercentageBuilder_
Methods in io.envoyproxy.envoy.config.endpoint.v3 that return FractionalPercentOrBuilder Modifier and Type Method Description FractionalPercentOrBuilder
ClusterLoadAssignment.Policy.DropOverload.Builder. getDropPercentageOrBuilder()
Percentage of traffic that should be dropped for the category.FractionalPercentOrBuilder
ClusterLoadAssignment.Policy.DropOverload. getDropPercentageOrBuilder()
Percentage of traffic that should be dropped for the category.FractionalPercentOrBuilder
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 FractionalPercentOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<FractionalPercent,FractionalPercent.Builder,FractionalPercentOrBuilder>
ClusterLoadAssignment.Policy.DropOverload.Builder. getDropPercentageFieldBuilder()
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 FractionalPercentOrBuilder Modifier and Type Field Description private 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 FractionalPercentOrBuilder Modifier and Type Method Description FractionalPercentOrBuilder
HedgePolicy.Builder. getAdditionalRequestChanceOrBuilder()
Specifies a probability that an additional upstream request should be sent on top of what is specified by initial_requests.FractionalPercentOrBuilder
HedgePolicy. getAdditionalRequestChanceOrBuilder()
Specifies a probability that an additional upstream request should be sent on top of what is specified by initial_requests.FractionalPercentOrBuilder
HedgePolicyOrBuilder. getAdditionalRequestChanceOrBuilder()
Specifies a probability that an additional upstream request should be sent on top of what is specified by initial_requests.FractionalPercentOrBuilder
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.FractionalPercentOrBuilder
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.FractionalPercentOrBuilder
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.FractionalPercentOrBuilder
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).FractionalPercentOrBuilder
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).FractionalPercentOrBuilder
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).FractionalPercentOrBuilder
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.FractionalPercentOrBuilder
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.FractionalPercentOrBuilder
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 FractionalPercentOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<FractionalPercent,FractionalPercent.Builder,FractionalPercentOrBuilder>
HedgePolicy.Builder. getAdditionalRequestChanceFieldBuilder()
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. getClientSamplingFieldBuilder()
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. getOverallSamplingFieldBuilder()
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. getRandomSamplingFieldBuilder()
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 FractionalPercentOrBuilder Modifier and Type Field Description private 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 FractionalPercentOrBuilder Modifier and Type Method Description FractionalPercentOrBuilder
FaultDelay.Builder. getPercentageOrBuilder()
The percentage of operations/connections/requests on which the delay will be injected.FractionalPercentOrBuilder
FaultDelay. getPercentageOrBuilder()
The percentage of operations/connections/requests on which the delay will be injected.FractionalPercentOrBuilder
FaultDelayOrBuilder. getPercentageOrBuilder()
The percentage of operations/connections/requests on which the delay will be injected.FractionalPercentOrBuilder
FaultRateLimit.Builder. getPercentageOrBuilder()
The percentage of operations/connections/requests on which the rate limit will be injected.FractionalPercentOrBuilder
FaultRateLimit. getPercentageOrBuilder()
The percentage of operations/connections/requests on which the rate limit will be injected.FractionalPercentOrBuilder
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 FractionalPercentOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<FractionalPercent,FractionalPercent.Builder,FractionalPercentOrBuilder>
FaultDelay.Builder. getPercentageFieldBuilder()
The percentage of operations/connections/requests on which the delay will be injected.private com.google.protobuf.SingleFieldBuilder<FractionalPercent,FractionalPercent.Builder,FractionalPercentOrBuilder>
FaultRateLimit.Builder. getPercentageFieldBuilder()
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 FractionalPercentOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<FractionalPercent,FractionalPercent.Builder,FractionalPercentOrBuilder>
FaultAbort.Builder. percentageBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 that return FractionalPercentOrBuilder Modifier and Type Method Description FractionalPercentOrBuilder
FaultAbort.Builder. getPercentageOrBuilder()
The percentage of requests/operations/connections that will be aborted with the error code provided.FractionalPercentOrBuilder
FaultAbort. getPercentageOrBuilder()
The percentage of requests/operations/connections that will be aborted with the error code provided.FractionalPercentOrBuilder
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 FractionalPercentOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<FractionalPercent,FractionalPercent.Builder,FractionalPercentOrBuilder>
FaultAbort.Builder. getPercentageFieldBuilder()
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 FractionalPercentOrBuilder Modifier and Type Class Description class
FractionalPercent
A fractional percentage is used in cases in which for performance reasons performing floating point to integer conversions during randomness calculations is undesirable.static class
FractionalPercent.Builder
A fractional percentage is used in cases in which for performance reasons performing floating point to integer conversions during randomness calculations is undesirable.
-