Uses of Interface
io.grpc.rls.LruCache.EvictionListener
Packages that use LruCache.EvictionListener
-
Uses of LruCache.EvictionListener in io.grpc.rls
Classes in io.grpc.rls that implement LruCache.EvictionListenerModifier and TypeClassDescriptionprivate static final classWhen anyCachingRlsLbClient.CacheEntryis evicted fromLruCache, it performsCachingRlsLbClient.CacheEntry.cleanup()after originalLruCache.EvictionListeneris finished.private final classALruCache.EvictionListenerkeeps track of size.Fields in io.grpc.rls declared as LruCache.EvictionListenerModifier and TypeFieldDescriptionprivate final LruCache.EvictionListener<RlsProtoData.RouteLookupRequest, CachingRlsLbClient.CacheEntry> CachingRlsLbClient.AutoCleaningEvictionListener.delegateprivate final LruCache.EvictionListener<K, V> LinkedHashLruCache.SizeHandlingEvictionListener.delegateCachingRlsLbClient.Builder.evictionListenerprivate final LruCache.EvictionListener<K, LinkedHashLruCache<K, V>.SizedValue> LinkedHashLruCache.evictionListenerMethods in io.grpc.rls with parameters of type LruCache.EvictionListenerModifier and TypeMethodDescription(package private) CachingRlsLbClient.BuilderCachingRlsLbClient.Builder.setEvictionListener(LruCache.EvictionListener<RlsProtoData.RouteLookupRequest, CachingRlsLbClient.CacheEntry> evictionListener) Constructors in io.grpc.rls with parameters of type LruCache.EvictionListenerModifierConstructorDescription(package private)AutoCleaningEvictionListener(LruCache.EvictionListener<RlsProtoData.RouteLookupRequest, CachingRlsLbClient.CacheEntry> delegate) (package private)LinkedHashLruCache(long estimatedMaxSizeBytes, LruCache.EvictionListener<K, V> evictionListener, com.google.common.base.Ticker ticker) (package private)RlsAsyncLruCache(long maxEstimatedSizeBytes, LruCache.EvictionListener<RlsProtoData.RouteLookupRequest, CachingRlsLbClient.CacheEntry> evictionListener, com.google.common.base.Ticker ticker, CachingRlsLbClient.RlsLbHelper helper) (package private)SizeHandlingEvictionListener(LruCache.EvictionListener<K, V> delegate)