Uses of Class
io.grpc.internal.RetriableStream.Throttle
-
Packages that use RetriableStream.Throttle Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of RetriableStream.Throttle in io.grpc.internal
Fields in io.grpc.internal declared as RetriableStream.Throttle Modifier and Type Field Description private RetriableStream.Throttle
ManagedChannelServiceConfig. retryThrottling
(package private) RetriableStream.Throttle
ManagedChannelImpl.ChannelStreamProvider. throttle
private RetriableStream.Throttle
RetriableStream. throttle
Methods in io.grpc.internal that return RetriableStream.Throttle Modifier and Type Method Description (package private) RetriableStream.Throttle
ManagedChannelServiceConfig. getRetryThrottling()
(package private) static RetriableStream.Throttle
ServiceConfigUtil. getThrottlePolicy(java.util.Map<java.lang.String,?> serviceConfig)
Constructors in io.grpc.internal with parameters of type RetriableStream.Throttle Constructor Description ManagedChannelServiceConfig(ManagedChannelServiceConfig.MethodInfo defaultMethodConfig, java.util.Map<java.lang.String,ManagedChannelServiceConfig.MethodInfo> serviceMethodMap, java.util.Map<java.lang.String,ManagedChannelServiceConfig.MethodInfo> serviceMap, RetriableStream.Throttle retryThrottling, java.lang.Object loadBalancingConfig, java.util.Map<java.lang.String,?> healthCheckingConfig)
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)
-