Uses of Class
io.grpc.ClientStreamTracer.Factory
-
Packages that use ClientStreamTracer.Factory Package Description io.grpc The gRPC core public API.io.grpc.xds.orca -
-
Uses of ClientStreamTracer.Factory in io.grpc
Methods in io.grpc that return ClientStreamTracer.Factory Modifier and Type Method Description ClientStreamTracer.FactoryLoadBalancer.PickResult. getStreamTracerFactory()The stream tracer factory this result was created with.Methods in io.grpc that return types with arguments of type ClientStreamTracer.Factory Modifier and Type Method Description List<ClientStreamTracer.Factory>CallOptions. getStreamTracerFactories()Returns an immutable list ofClientStreamTracerFactorys.Methods in io.grpc with parameters of type ClientStreamTracer.Factory Modifier and Type Method Description CallOptionsCallOptions. withStreamTracerFactory(ClientStreamTracer.Factory factory)Returns a newCallOptionswith aClientStreamTracerFactoryin addition to the existing factories.static LoadBalancer.PickResultLoadBalancer.PickResult. withSubchannel(LoadBalancer.Subchannel subchannel, ClientStreamTracer.Factory streamTracerFactory)A decision to proceed the RPC on a Subchannel.static LoadBalancer.PickResultLoadBalancer.PickResult. withSubchannel(LoadBalancer.Subchannel subchannel, ClientStreamTracer.Factory streamTracerFactory, String authorityOverride)Same aswithSubchannel(subchannel, streamTracerFactory)but with an authority name to override in the host header. -
Uses of ClientStreamTracer.Factory in io.grpc.xds.orca
Methods in io.grpc.xds.orca that return ClientStreamTracer.Factory Modifier and Type Method Description abstract ClientStreamTracer.FactoryOrcaPerRequestUtil. newOrcaClientStreamTracerFactory(ClientStreamTracer.Factory delegate, OrcaPerRequestUtil.OrcaPerRequestReportListener listener)Creates a newClientStreamTracer.Factorywith providedOrcaPerRequestUtil.OrcaPerRequestReportListenerinstalled to receive callback when a per-request ORCA report is received.abstract ClientStreamTracer.FactoryOrcaPerRequestUtil. newOrcaClientStreamTracerFactory(OrcaPerRequestUtil.OrcaPerRequestReportListener listener)Creates a newClientStreamTracer.Factorywith providedOrcaPerRequestUtil.OrcaPerRequestReportListenerinstalled to receive callback when a per-request ORCA report is received.Methods in io.grpc.xds.orca with parameters of type ClientStreamTracer.Factory Modifier and Type Method Description abstract ClientStreamTracer.FactoryOrcaPerRequestUtil. newOrcaClientStreamTracerFactory(ClientStreamTracer.Factory delegate, OrcaPerRequestUtil.OrcaPerRequestReportListener listener)Creates a newClientStreamTracer.Factorywith providedOrcaPerRequestUtil.OrcaPerRequestReportListenerinstalled to receive callback when a per-request ORCA report is received.
-