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.ThrottleManagedChannelServiceConfig.retryThrottling(package private) RetriableStream.ThrottleManagedChannelImpl.ChannelStreamProvider.throttleprivate final RetriableStream.ThrottleRetriableStream.throttleMethods in io.grpc.internal that return RetriableStream.ThrottleModifier and TypeMethodDescription(package private) RetriableStream.ThrottleManagedChannelServiceConfig.getRetryThrottling()(package private) static RetriableStream.ThrottleServiceConfigUtil.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)