Uses of Class
io.grpc.StreamTracer
-
Packages that use StreamTracer Package Description io.grpc The gRPC core public API.io.grpc.grpclb io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.util Utilities with advanced features in the core layer that user can optionally use. -
-
Uses of StreamTracer in io.grpc
Subclasses of StreamTracer in io.grpc Modifier and Type Class Description classClientStreamTracerStreamTracerfor the client-side.classServerStreamTracerListens to events on a stream to collect metrics. -
Uses of StreamTracer in io.grpc.grpclb
Subclasses of StreamTracer in io.grpc.grpclb Modifier and Type Class Description private classGrpclbClientLoadRecorder.StreamTracer -
Uses of StreamTracer in io.grpc.internal
Subclasses of StreamTracer 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 StreamTracer Modifier and Type Field Description private StreamTracer[]StatsTraceContext. tracersMethods in io.grpc.internal that return types with arguments of type StreamTracer Modifier and Type Method Description java.util.List<StreamTracer>StatsTraceContext. getTracersForTest()Returns a copy of the tracer list.Constructors in io.grpc.internal with parameters of type StreamTracer Constructor Description StatsTraceContext(StreamTracer[] tracers) -
Uses of StreamTracer in io.grpc.util
Subclasses of StreamTracer in io.grpc.util Modifier and Type Class Description classForwardingClientStreamTracer
-