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.BackoffCacheEntryCachingRlsLbClient.CachedRouteLookupResponse. backoffCacheEntryMethods in io.grpc.rls that return CachingRlsLbClient.BackoffCacheEntry Modifier and Type Method Description private CachingRlsLbClient.BackoffCacheEntryCachingRlsLbClient. 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.CachedRouteLookupResponseCachingRlsLbClient.CachedRouteLookupResponse. backoffEntry(CachingRlsLbClient.BackoffCacheEntry backoffEntry)private voidCachingRlsLbClient. 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)
-