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.EvictionType
LruCache.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 V
LinkedHashLruCache. invalidate(K key, LruCache.EvictionType cause)
void
CachingRlsLbClient.AutoCleaningEvictionListener. onEviction(RlsProtoData.RouteLookupRequest key, CachingRlsLbClient.CacheEntry value, LruCache.EvictionType cause)
void
LinkedHashLruCache.SizeHandlingEvictionListener. onEviction(K key, LinkedHashLruCache.SizedValue value, LruCache.EvictionType cause)
void
LruCache.EvictionListener. onEviction(K key, V value, LruCache.EvictionType cause)
Notifies the listener when any cache entry is evicted.
-