Uses of Class
io.grpc.ClientStreamTracer
-
Packages that use ClientStreamTracer Package Description io.grpc The gRPC core public API.io.grpc.grpclb io.grpc.inprocess The in-process transport which is for when a server is in the same process as the client.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.netty The main transport implementation based on Netty, for both the client and the server.io.grpc.util Utilities with advanced features in the core layer that user can optionally use. -
-
Uses of ClientStreamTracer in io.grpc
Methods in io.grpc that return ClientStreamTracer Modifier and Type Method Description ClientStreamTracerClientStreamTracer.Factory. newClientStreamTracer(ClientStreamTracer.StreamInfo info, Metadata headers)Creates aClientStreamTracerfor a new client stream. -
Uses of ClientStreamTracer in io.grpc.grpclb
Subclasses of ClientStreamTracer in io.grpc.grpclb Modifier and Type Class Description private classGrpclbClientLoadRecorder.StreamTracerFields in io.grpc.grpclb declared as ClientStreamTracer Modifier and Type Field Description private static ClientStreamTracerTokenAttachingTracerFactory. NOOP_TRACERMethods in io.grpc.grpclb that return ClientStreamTracer Modifier and Type Method Description ClientStreamTracerGrpclbClientLoadRecorder. newClientStreamTracer(ClientStreamTracer.StreamInfo info, Metadata headers)ClientStreamTracerTokenAttachingTracerFactory. newClientStreamTracer(ClientStreamTracer.StreamInfo info, Metadata headers) -
Uses of ClientStreamTracer in io.grpc.inprocess
Methods in io.grpc.inprocess with parameters of type ClientStreamTracer Modifier and Type Method Description ClientStreamInProcessTransport. newStream(MethodDescriptor<?,?> method, Metadata headers, CallOptions callOptions, ClientStreamTracer[] tracers) -
Uses of ClientStreamTracer in io.grpc.internal
Subclasses of ClientStreamTracer in io.grpc.internal Modifier and Type Class Description classForwardingClientStreamTracer(package private) classRetriableStream.BufferSizeTracerTraces the buffer used by a substream.Fields in io.grpc.internal declared as ClientStreamTracer Modifier and Type Field Description private static ClientStreamTracerGrpcUtil. NOOP_TRACERprivate ClientStreamTracer[]DelayedClientTransport.PendingStream. tracersprivate ClientStreamTracer[]FailingClientStream. tracersprivate ClientStreamTracer[]MetadataApplierImpl. tracersprivate ClientStreamTracer[]PickDetailsConsumerImpl. tracersMethods in io.grpc.internal that return ClientStreamTracer Modifier and Type Method Description protected abstract ClientStreamTracerForwardingClientStreamTracer. delegate()Returns the underlyingClientStreamTracer.static ClientStreamTracer[]GrpcUtil. getClientStreamTracers(CallOptions callOptions, Metadata headers, int previousAttempts, boolean isTransparentRetry)Gets stream tracers based on CallOptions.Methods in io.grpc.internal with parameters of type ClientStreamTracer Modifier and Type Method Description private DelayedClientTransport.PendingStreamDelayedClientTransport. createPendingStream(LoadBalancer.PickSubchannelArgs args, ClientStreamTracer[] tracers)Caller must callsyncContext.drain()outside of lock because this method may schedule tasks on syncContext.static StatsTraceContextStatsTraceContext. newClientContext(ClientStreamTracer[] tracers, Attributes transportAtts, Metadata headers)Factory method for the client-side.ClientStreamCallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport. newStream(MethodDescriptor<?,?> method, Metadata headers, CallOptions callOptions, ClientStreamTracer[] tracers)ClientStreamClientTransport. newStream(MethodDescriptor<?,?> method, Metadata headers, CallOptions callOptions, ClientStreamTracer[] tracers)Creates a new stream for sending messages to a remote end-point.ClientStreamDelayedClientTransport. newStream(MethodDescriptor<?,?> method, Metadata headers, CallOptions callOptions, ClientStreamTracer[] tracers)If aLoadBalancer.SubchannelPickeris being, or has been provided viaDelayedClientTransport.reprocess(io.grpc.LoadBalancer.SubchannelPicker), the last picker will be consulted.ClientStreamFailingClientTransport. newStream(MethodDescriptor<?,?> method, Metadata headers, CallOptions callOptions, ClientStreamTracer[] tracers)ClientStreamForwardingConnectionClientTransport. newStream(MethodDescriptor<?,?> method, Metadata headers, CallOptions callOptions, ClientStreamTracer[] tracers)ClientStreamInternalSubchannel.CallTracingTransport. newStream(MethodDescriptor<?,?> method, Metadata headers, CallOptions callOptions, ClientStreamTracer[] tracers)Constructors in io.grpc.internal with parameters of type ClientStreamTracer Constructor Description FailingClientStream(Status error, ClientStreamTracer[] tracers)Creates aFailingClientStreamthat would fail with the given error.FailingClientStream(Status error, ClientStreamListener.RpcProgress rpcProgress, ClientStreamTracer[] tracers)Creates aFailingClientStreamthat would fail with the given error.MetadataApplierImpl(ClientTransport transport, MethodDescriptor<?,?> method, Metadata origHeaders, CallOptions callOptions, MetadataApplierImpl.MetadataApplierListener listener, ClientStreamTracer[] tracers)PendingStream(LoadBalancer.PickSubchannelArgs args, ClientStreamTracer[] tracers)PickDetailsConsumerImpl(ClientStreamTracer[] tracers)Construct a consumer with unchanging tracers array. -
Uses of ClientStreamTracer in io.grpc.netty
Methods in io.grpc.netty with parameters of type ClientStreamTracer Modifier and Type Method Description ClientStreamNettyClientTransport. newStream(MethodDescriptor<?,?> method, Metadata headers, CallOptions callOptions, ClientStreamTracer[] tracers) -
Uses of ClientStreamTracer in io.grpc.util
Subclasses of ClientStreamTracer in io.grpc.util Modifier and Type Class Description classForwardingClientStreamTracerMethods in io.grpc.util that return ClientStreamTracer Modifier and Type Method Description protected abstract ClientStreamTracerForwardingClientStreamTracer. delegate()Returns the underlyingClientStreamTracer.ClientStreamTracerOutlierDetectionLoadBalancer.OutlierDetectionPicker.ResultCountingClientStreamTracerFactory. newClientStreamTracer(ClientStreamTracer.StreamInfo info, Metadata headers)
-