Uses of Class
io.grpc.internal.RetriableStream.ChannelBufferMeter
-
Packages that use RetriableStream.ChannelBufferMeter Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of RetriableStream.ChannelBufferMeter in io.grpc.internal
Fields in io.grpc.internal declared as RetriableStream.ChannelBufferMeter Modifier and Type Field Description private RetriableStream.ChannelBufferMeterManagedChannelImpl. channelBufferUsedprivate RetriableStream.ChannelBufferMeterRetriableStream. channelBufferUsedConstructors in io.grpc.internal with parameters of type RetriableStream.ChannelBufferMeter Constructor Description RetriableStream(MethodDescriptor<ReqT,?> method, Metadata headers, RetriableStream.ChannelBufferMeter channelBufferUsed, long perRpcBufferLimit, long channelBufferLimit, java.util.concurrent.Executor callExecutor, java.util.concurrent.ScheduledExecutorService scheduledExecutorService, RetryPolicy retryPolicy, HedgingPolicy hedgingPolicy, RetriableStream.Throttle throttle)
-