Uses of Interface
io.grpc.internal.BackoffPolicy
-
Packages that use BackoffPolicy Package Description io.grpc.grpclb io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.io.grpc.rls -
-
Uses of BackoffPolicy in io.grpc.grpclb
Fields in io.grpc.grpclb declared as BackoffPolicy Modifier and Type Field Description private BackoffPolicyGrpclbState. lbRpcRetryPolicy -
Uses of BackoffPolicy in io.grpc.internal
Classes in io.grpc.internal that implement BackoffPolicy Modifier and Type Class Description classExponentialBackoffPolicyRetry Policy for Transport reconnection.Fields in io.grpc.internal declared as BackoffPolicy Modifier and Type Field Description private BackoffPolicyBackoffPolicyRetryScheduler. policyprivate BackoffPolicyInternalSubchannel. reconnectPolicyThe policy to control back off between reconnects.private BackoffPolicyPickFirstLeafLoadBalancer. reconnectPolicyMethods in io.grpc.internal that return BackoffPolicy Modifier and Type Method Description BackoffPolicyBackoffPolicy.Provider. get()BackoffPolicyExponentialBackoffPolicy.Provider. get() -
Uses of BackoffPolicy in io.grpc.protobuf.services
Fields in io.grpc.protobuf.services declared as BackoffPolicy Modifier and Type Field Description private BackoffPolicyHealthCheckingLoadBalancerFactory.HealthCheckState. backoffPolicy -
Uses of BackoffPolicy in io.grpc.rls
Fields in io.grpc.rls declared as BackoffPolicy Modifier and Type Field Description private BackoffPolicyCachingRlsLbClient.BackoffCacheEntry. backoffPolicyprivate BackoffPolicyCachingRlsLbClient.PendingCacheEntry. backoffPolicyMethods in io.grpc.rls with parameters of type BackoffPolicy Modifier and Type Method Description private CachingRlsLbClient.CachedRouteLookupResponseCachingRlsLbClient. asyncRlsCall(RlsProtoData.RouteLookupRequest request, BackoffPolicy backoffPolicy)Populates async cache entry for new request.private CachingRlsLbClient.BackoffCacheEntryCachingRlsLbClient. createBackOffEntry(RlsProtoData.RouteLookupRequest request, Status status, BackoffPolicy backoffPolicy)private CachingRlsLbClient.PendingCacheEntryCachingRlsLbClient. createPendingEntry(RlsProtoData.RouteLookupRequest request, com.google.common.util.concurrent.ListenableFuture<RlsProtoData.RouteLookupResponse> pendingCall, BackoffPolicy backoffPolicy)Constructors in io.grpc.rls with parameters of type BackoffPolicy Constructor Description BackoffCacheEntry(RlsProtoData.RouteLookupRequest request, Status status, BackoffPolicy backoffPolicy)PendingCacheEntry(RlsProtoData.RouteLookupRequest request, com.google.common.util.concurrent.ListenableFuture<RlsProtoData.RouteLookupResponse> pendingCall, BackoffPolicy backoffPolicy)
-