Uses of Enum
io.grpc.rls.LruCache.EvictionType
Packages that use LruCache.EvictionType
-
Uses of LruCache.EvictionType in io.grpc.rls
Methods in io.grpc.rls that return LruCache.EvictionTypeModifier and TypeMethodDescriptionstatic LruCache.EvictionType
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.EvictionTypeModifier and TypeMethodDescriptionprivate 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<K, V>.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.