Uses of Class
io.grpc.rls.CachingRlsLbClient.PendingCacheEntry
-
Packages that use CachingRlsLbClient.PendingCacheEntry Package Description io.grpc.rls -
-
Uses of CachingRlsLbClient.PendingCacheEntry in io.grpc.rls
Fields in io.grpc.rls declared as CachingRlsLbClient.PendingCacheEntry Modifier and Type Field Description private CachingRlsLbClient.PendingCacheEntry
CachingRlsLbClient.CachedRouteLookupResponse. pendingCacheEntry
Fields in io.grpc.rls with type parameters of type CachingRlsLbClient.PendingCacheEntry Modifier and Type Field Description private java.util.Map<RlsProtoData.RouteLookupRequest,CachingRlsLbClient.PendingCacheEntry>
CachingRlsLbClient. pendingCallCache
Methods in io.grpc.rls that return CachingRlsLbClient.PendingCacheEntry Modifier and Type Method Description private CachingRlsLbClient.PendingCacheEntry
CachingRlsLbClient. createPendingEntry(RlsProtoData.RouteLookupRequest request, com.google.common.util.concurrent.ListenableFuture<RlsProtoData.RouteLookupResponse> pendingCall, BackoffPolicy backoffPolicy)
Methods in io.grpc.rls with parameters of type CachingRlsLbClient.PendingCacheEntry Modifier and Type Method Description (package private) static CachingRlsLbClient.CachedRouteLookupResponse
CachingRlsLbClient.CachedRouteLookupResponse. pendingResponse(CachingRlsLbClient.PendingCacheEntry pendingEntry)
private void
CachingRlsLbClient. pendingRpcComplete(CachingRlsLbClient.PendingCacheEntry entry)
Constructors in io.grpc.rls with parameters of type CachingRlsLbClient.PendingCacheEntry Constructor Description CachedRouteLookupResponse(CachingRlsLbClient.DataCacheEntry dataCacheEntry, CachingRlsLbClient.PendingCacheEntry pendingCacheEntry, CachingRlsLbClient.BackoffCacheEntry backoffCacheEntry)
-