Uses of Class
io.grpc.internal.RetriableStream.Throttle
Packages that use RetriableStream.Throttle
-
Uses of RetriableStream.Throttle in io.grpc.internal
Fields in io.grpc.internal declared as RetriableStream.ThrottleModifier and TypeFieldDescriptionprivate final RetriableStream.Throttle
ManagedChannelServiceConfig.retryThrottling
(package private) RetriableStream.Throttle
ManagedChannelImpl.ChannelStreamProvider.throttle
private final RetriableStream.Throttle
RetriableStream.throttle
Methods in io.grpc.internal that return RetriableStream.ThrottleModifier and TypeMethodDescription(package private) RetriableStream.Throttle
ManagedChannelServiceConfig.getRetryThrottling()
(package private) static RetriableStream.Throttle
ServiceConfigUtil.getThrottlePolicy
(Map<String, ?> serviceConfig) Constructors in io.grpc.internal with parameters of type RetriableStream.ThrottleModifierConstructorDescription(package private)
ManagedChannelServiceConfig
(ManagedChannelServiceConfig.MethodInfo defaultMethodConfig, Map<String, ManagedChannelServiceConfig.MethodInfo> serviceMethodMap, Map<String, ManagedChannelServiceConfig.MethodInfo> serviceMap, RetriableStream.Throttle retryThrottling, Object loadBalancingConfig, Map<String, ?> healthCheckingConfig) (package private)
RetriableStream
(MethodDescriptor<ReqT, ?> method, Metadata headers, RetriableStream.ChannelBufferMeter channelBufferUsed, long perRpcBufferLimit, long channelBufferLimit, Executor callExecutor, ScheduledExecutorService scheduledExecutorService, RetryPolicy retryPolicy, HedgingPolicy hedgingPolicy, RetriableStream.Throttle throttle)