Uses of Class
io.grpc.rls.CachingRlsLbClient.RlsLbHelper
-
Packages that use CachingRlsLbClient.RlsLbHelper Package Description io.grpc.rls -
-
Uses of CachingRlsLbClient.RlsLbHelper in io.grpc.rls
Fields in io.grpc.rls declared as CachingRlsLbClient.RlsLbHelper Modifier and Type Field Description private CachingRlsLbClient.RlsLbHelper
CachingRlsLbClient. helper
private CachingRlsLbClient.RlsLbHelper
CachingRlsLbClient.RlsAsyncLruCache. helper
Constructors in io.grpc.rls with parameters of type CachingRlsLbClient.RlsLbHelper Constructor Description RlsAsyncLruCache(long maxEstimatedSizeBytes, LruCache.EvictionListener<RlsProtoData.RouteLookupRequest,CachingRlsLbClient.CacheEntry> evictionListener, com.google.common.base.Ticker ticker, CachingRlsLbClient.RlsLbHelper helper)
-