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.CachedRouteLookupResponse
CachingRlsLbClient. asyncRlsCall(RlsProtoData.RouteLookupRequest request, BackoffPolicy backoffPolicy)
Populates async cache entry for new request.(package private) static CachingRlsLbClient.CachedRouteLookupResponse
CachingRlsLbClient.CachedRouteLookupResponse. backoffEntry(CachingRlsLbClient.BackoffCacheEntry backoffEntry)
(package private) static CachingRlsLbClient.CachedRouteLookupResponse
CachingRlsLbClient.CachedRouteLookupResponse. dataEntry(CachingRlsLbClient.DataCacheEntry dataEntry)
(package private) CachingRlsLbClient.CachedRouteLookupResponse
CachingRlsLbClient. get(RlsProtoData.RouteLookupRequest request)
Returns async response of therequest
.(package private) static CachingRlsLbClient.CachedRouteLookupResponse
CachingRlsLbClient.CachedRouteLookupResponse. pendingResponse(CachingRlsLbClient.PendingCacheEntry pendingEntry)
-