Uses of Class
io.grpc.rls.CachingRlsLbClient.PendingCacheEntry
Packages that use CachingRlsLbClient.PendingCacheEntry
-
Uses of CachingRlsLbClient.PendingCacheEntry in io.grpc.rls
Fields in io.grpc.rls declared as CachingRlsLbClient.PendingCacheEntryModifier and TypeFieldDescriptionprivate final CachingRlsLbClient.PendingCacheEntryCachingRlsLbClient.CachedRouteLookupResponse.pendingCacheEntryFields in io.grpc.rls with type parameters of type CachingRlsLbClient.PendingCacheEntryModifier and TypeFieldDescriptionprivate final Map<RlsProtoData.RouteLookupRequest, CachingRlsLbClient.PendingCacheEntry> CachingRlsLbClient.pendingCallCacheMethods in io.grpc.rls that return CachingRlsLbClient.PendingCacheEntryModifier and TypeMethodDescriptionCachingRlsLbClient.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.PendingCacheEntryModifier and TypeMethodDescription(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.PendingCacheEntryModifierConstructorDescription(package private)CachedRouteLookupResponse(CachingRlsLbClient.DataCacheEntry dataCacheEntry, CachingRlsLbClient.PendingCacheEntry pendingCacheEntry, CachingRlsLbClient.BackoffCacheEntry backoffCacheEntry)