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.ThrottleManagedChannelServiceConfig. retryThrottling(package private) RetriableStream.ThrottleManagedChannelImpl.ChannelStreamProvider. throttleprivate RetriableStream.ThrottleRetriableStream. throttleMethods in io.grpc.internal that return RetriableStream.Throttle Modifier and Type Method Description (package private) RetriableStream.ThrottleManagedChannelServiceConfig. getRetryThrottling()(package private) static RetriableStream.ThrottleServiceConfigUtil. 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)
-