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