Uses of Class
io.grpc.rls.CachingRlsLbClient.BackoffCacheEntry
-
Packages that use CachingRlsLbClient.BackoffCacheEntry Package Description io.grpc.rls -
-
Uses of CachingRlsLbClient.BackoffCacheEntry in io.grpc.rls
Fields in io.grpc.rls declared as CachingRlsLbClient.BackoffCacheEntry Modifier and Type Field Description private CachingRlsLbClient.BackoffCacheEntry
CachingRlsLbClient.CachedRouteLookupResponse. backoffCacheEntry
Methods in io.grpc.rls that return CachingRlsLbClient.BackoffCacheEntry Modifier and Type Method Description private CachingRlsLbClient.BackoffCacheEntry
CachingRlsLbClient. createBackOffEntry(RlsProtoData.RouteLookupRequest request, Status status, BackoffPolicy backoffPolicy)
Methods in io.grpc.rls with parameters of type CachingRlsLbClient.BackoffCacheEntry Modifier and Type Method Description (package private) static CachingRlsLbClient.CachedRouteLookupResponse
CachingRlsLbClient.CachedRouteLookupResponse. backoffEntry(CachingRlsLbClient.BackoffCacheEntry backoffEntry)
private void
CachingRlsLbClient. refreshBackoffEntry(CachingRlsLbClient.BackoffCacheEntry entry)
Constructors in io.grpc.rls with parameters of type CachingRlsLbClient.BackoffCacheEntry Constructor Description CachedRouteLookupResponse(CachingRlsLbClient.DataCacheEntry dataCacheEntry, CachingRlsLbClient.PendingCacheEntry pendingCacheEntry, CachingRlsLbClient.BackoffCacheEntry backoffCacheEntry)
-