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.PendingCacheEntryCachingRlsLbClient.CachedRouteLookupResponse. pendingCacheEntryFields 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. pendingCallCacheMethods in io.grpc.rls that return CachingRlsLbClient.PendingCacheEntry Modifier and Type Method Description private CachingRlsLbClient.PendingCacheEntryCachingRlsLbClient. 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.CachedRouteLookupResponseCachingRlsLbClient.CachedRouteLookupResponse. pendingResponse(CachingRlsLbClient.PendingCacheEntry pendingEntry)private voidCachingRlsLbClient. 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)
-