Uses of Class
io.grpc.rls.RlsProtoData.RouteLookupRequest
-
Packages that use RlsProtoData.RouteLookupRequest Package Description io.grpc.rls -
-
Uses of RlsProtoData.RouteLookupRequest in io.grpc.rls
Subclasses of RlsProtoData.RouteLookupRequest in io.grpc.rls Modifier and Type Class Description (package private) classAutoValue_RlsProtoData_RouteLookupRequestFields in io.grpc.rls declared as RlsProtoData.RouteLookupRequest Modifier and Type Field Description protected RlsProtoData.RouteLookupRequestCachingRlsLbClient.CacheEntry. requestprivate RlsProtoData.RouteLookupRequestCachingRlsLbClient.PendingCacheEntry. requestFields in io.grpc.rls with type parameters of type RlsProtoData.RouteLookupRequest Modifier and Type Field Description private LruCache.EvictionListener<RlsProtoData.RouteLookupRequest,CachingRlsLbClient.CacheEntry>CachingRlsLbClient.AutoCleaningEvictionListener. delegateprivate LruCache.EvictionListener<RlsProtoData.RouteLookupRequest,CachingRlsLbClient.CacheEntry>CachingRlsLbClient.Builder. evictionListenerprivate java.util.Map<RlsProtoData.RouteLookupRequest,CachingRlsLbClient.PendingCacheEntry>CachingRlsLbClient. pendingCallCacheprivate static com.google.common.base.Converter<RlsProtoData.RouteLookupRequest,RouteLookupRequest>CachingRlsLbClient. REQUEST_CONVERTERMethods in io.grpc.rls that return RlsProtoData.RouteLookupRequest Modifier and Type Method Description (package private) static RlsProtoData.RouteLookupRequestRlsProtoData.RouteLookupRequest. create(com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> keyMap)(package private) RlsProtoData.RouteLookupRequestRlsRequestFactory. create(java.lang.String service, java.lang.String method, Metadata metadata)Creates aRlsProtoData.RouteLookupRequestfor given request's metadata.protected RlsProtoData.RouteLookupRequestRlsProtoConverters.RouteLookupRequestConverter. doForward(RouteLookupRequest routeLookupRequest)Method parameters in io.grpc.rls with type arguments of type RlsProtoData.RouteLookupRequest Modifier and Type Method Description (package private) CachingRlsLbClient.BuilderCachingRlsLbClient.Builder. setEvictionListener(LruCache.EvictionListener<RlsProtoData.RouteLookupRequest,CachingRlsLbClient.CacheEntry> evictionListener)Constructors in io.grpc.rls with parameters of type RlsProtoData.RouteLookupRequest Constructor Description BackoffCacheEntry(RlsProtoData.RouteLookupRequest request, Status status, BackoffPolicy backoffPolicy)CacheEntry(RlsProtoData.RouteLookupRequest request)DataCacheEntry(RlsProtoData.RouteLookupRequest request, RlsProtoData.RouteLookupResponse response)PendingCacheEntry(RlsProtoData.RouteLookupRequest request, com.google.common.util.concurrent.ListenableFuture<RlsProtoData.RouteLookupResponse> pendingCall, BackoffPolicy backoffPolicy)Constructor parameters in io.grpc.rls with type arguments of type RlsProtoData.RouteLookupRequest Constructor Description AutoCleaningEvictionListener(LruCache.EvictionListener<RlsProtoData.RouteLookupRequest,CachingRlsLbClient.CacheEntry> delegate)RlsAsyncLruCache(long maxEstimatedSizeBytes, LruCache.EvictionListener<RlsProtoData.RouteLookupRequest,CachingRlsLbClient.CacheEntry> evictionListener, com.google.common.base.Ticker ticker, CachingRlsLbClient.RlsLbHelper helper)
-