Uses of Class
io.grpc.rls.CachingRlsLbClient.CachedRouteLookupResponse
-
Packages that use CachingRlsLbClient.CachedRouteLookupResponse Package Description io.grpc.rls -
-
Uses of CachingRlsLbClient.CachedRouteLookupResponse in io.grpc.rls
Methods in io.grpc.rls that return CachingRlsLbClient.CachedRouteLookupResponse Modifier and Type Method Description private CachingRlsLbClient.CachedRouteLookupResponseCachingRlsLbClient. asyncRlsCall(RlsProtoData.RouteLookupRequest request, BackoffPolicy backoffPolicy)Populates async cache entry for new request.(package private) static CachingRlsLbClient.CachedRouteLookupResponseCachingRlsLbClient.CachedRouteLookupResponse. backoffEntry(CachingRlsLbClient.BackoffCacheEntry backoffEntry)(package private) static CachingRlsLbClient.CachedRouteLookupResponseCachingRlsLbClient.CachedRouteLookupResponse. dataEntry(CachingRlsLbClient.DataCacheEntry dataEntry)(package private) CachingRlsLbClient.CachedRouteLookupResponseCachingRlsLbClient. get(RlsProtoData.RouteLookupRequest request)Returns async response of therequest.(package private) static CachingRlsLbClient.CachedRouteLookupResponseCachingRlsLbClient.CachedRouteLookupResponse. pendingResponse(CachingRlsLbClient.PendingCacheEntry pendingEntry)
-