Uses of Class
io.grpc.internal.HedgingPolicy
Packages that use HedgingPolicy
-
Uses of HedgingPolicy in io.grpc.internal
Fields in io.grpc.internal declared as HedgingPolicyModifier and TypeFieldDescription(package private) final HedgingPolicy
ManagedChannelServiceConfig.MethodInfo.hedgingPolicy
private final HedgingPolicy
RetriableStream.hedgingPolicy
Methods in io.grpc.internal that return HedgingPolicyModifier and TypeMethodDescriptionprivate static HedgingPolicy
ManagedChannelServiceConfig.MethodInfo.hedgingPolicy
(Map<String, ?> hedgingPolicy, int maxAttemptsLimit) Constructors in io.grpc.internal with parameters of type HedgingPolicyModifierConstructorDescription(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)