Uses of Class
io.grpc.xds.internal.Matchers.FractionMatcher
-
Packages that use Matchers.FractionMatcher Package Description io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol.io.grpc.xds.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of Matchers.FractionMatcher in io.grpc.xds
Fields in io.grpc.xds declared as Matchers.FractionMatcher Modifier and Type Field Description private Matchers.FractionMatcher
AutoValue_VirtualHost_Route_RouteMatch. fractionMatcher
Methods in io.grpc.xds that return Matchers.FractionMatcher Modifier and Type Method Description (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.FractionMatcher Modifier and Type Method Description private static XdsResourceType.StructOrError<Matchers.FractionMatcher>
XdsRouteConfigureResource. parseFractionMatcher(FractionalPercent proto)
Methods in io.grpc.xds with parameters of type Matchers.FractionMatcher Modifier and Type Method Description (package private) static VirtualHost.Route.RouteMatch
VirtualHost.Route.RouteMatch. create(VirtualHost.Route.RouteMatch.PathMatcher pathMatcher, java.util.List<Matchers.HeaderMatcher> headerMatchers, Matchers.FractionMatcher fractionMatcher)
Constructors in io.grpc.xds with parameters of type Matchers.FractionMatcher Constructor Description 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.internal Modifier and Type Class Description (package private) class
AutoValue_Matchers_FractionMatcher
Methods in io.grpc.xds.internal that return Matchers.FractionMatcher Modifier and Type Method Description static Matchers.FractionMatcher
Matchers.FractionMatcher. create(int numerator, int denominator)
-