Uses of Class
io.grpc.xds.internal.Matchers.FractionMatcher
Packages that use Matchers.FractionMatcher
Package
Description
Library for gPRC proxyless service mesh using Envoy xDS protocol.
Interfaces and implementations that are internal to gRPC.
-
Uses of Matchers.FractionMatcher in io.grpc.xds
Fields in io.grpc.xds declared as Matchers.FractionMatcherModifier and TypeFieldDescriptionprivate final Matchers.FractionMatcher
AutoValue_VirtualHost_Route_RouteMatch.fractionMatcher
Methods in io.grpc.xds that return Matchers.FractionMatcherModifier and TypeMethodDescription(package private) Matchers.FractionMatcher
AutoValue_VirtualHost_Route_RouteMatch.fractionMatcher()
(package private) abstract Matchers.FractionMatcher
VirtualHost.Route.RouteMatch.fractionMatcher()
Methods in io.grpc.xds that return types with arguments of type Matchers.FractionMatcherModifier and TypeMethodDescriptionprivate static XdsResourceType.StructOrError
<Matchers.FractionMatcher> XdsRouteConfigureResource.parseFractionMatcher
(FractionalPercent proto) Methods in io.grpc.xds with parameters of type Matchers.FractionMatcherModifier and TypeMethodDescription(package private) static VirtualHost.Route.RouteMatch
VirtualHost.Route.RouteMatch.create
(VirtualHost.Route.RouteMatch.PathMatcher pathMatcher, List<Matchers.HeaderMatcher> headerMatchers, Matchers.FractionMatcher fractionMatcher) Constructors in io.grpc.xds with parameters of type Matchers.FractionMatcherModifierConstructorDescription(package private)
AutoValue_VirtualHost_Route_RouteMatch
(VirtualHost.Route.RouteMatch.PathMatcher pathMatcher, com.google.common.collect.ImmutableList<Matchers.HeaderMatcher> headerMatchers, Matchers.FractionMatcher fractionMatcher) -
Uses of Matchers.FractionMatcher in io.grpc.xds.internal
Subclasses of Matchers.FractionMatcher in io.grpc.xds.internalModifier and TypeClassDescription(package private) final class
Methods in io.grpc.xds.internal that return Matchers.FractionMatcherModifier and TypeMethodDescriptionstatic Matchers.FractionMatcher
Matchers.FractionMatcher.create
(int numerator, int denominator)