Uses of Class
io.grpc.rls.LruCache.EvictionType
-
Packages that use LruCache.EvictionType Package Description io.grpc.rls -
-
Uses of LruCache.EvictionType in io.grpc.rls
Methods in io.grpc.rls that return LruCache.EvictionType Modifier and Type Method Description static LruCache.EvictionTypeLruCache.EvictionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LruCache.EvictionType[]LruCache.EvictionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.rls with parameters of type LruCache.EvictionType Modifier and Type Method Description private VLinkedHashLruCache. invalidate(K key, LruCache.EvictionType cause)voidCachingRlsLbClient.AutoCleaningEvictionListener. onEviction(RlsProtoData.RouteLookupRequest key, CachingRlsLbClient.CacheEntry value, LruCache.EvictionType cause)voidLinkedHashLruCache.SizeHandlingEvictionListener. onEviction(K key, LinkedHashLruCache.SizedValue value, LruCache.EvictionType cause)voidLruCache.EvictionListener. onEviction(K key, V value, LruCache.EvictionType cause)Notifies the listener when any cache entry is evicted.
-