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.EvictionTypeReturns 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 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<K, V>.SizedValue value, LruCache.EvictionType cause) voidLruCache.EvictionListener.onEviction(K key, V value, LruCache.EvictionType cause) Notifies the listener when any cache entry is evicted.