Uses of Class
io.grpc.internal.HedgingPolicy
-
Packages that use HedgingPolicy Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of HedgingPolicy in io.grpc.internal
Fields in io.grpc.internal declared as HedgingPolicy Modifier and Type Field Description (package private) HedgingPolicy
ManagedChannelServiceConfig.MethodInfo. hedgingPolicy
private HedgingPolicy
RetriableStream. hedgingPolicy
Methods in io.grpc.internal that return HedgingPolicy Modifier and Type Method Description private static HedgingPolicy
ManagedChannelServiceConfig.MethodInfo. hedgingPolicy(java.util.Map<java.lang.String,?> hedgingPolicy, int maxAttemptsLimit)
Constructors in io.grpc.internal with parameters of type HedgingPolicy Constructor Description 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)
-