Uses of Enum Class
com.loomcache.server.cache.EvictionNotifier.EvictionReason
Packages that use EvictionNotifier.EvictionReason
-
Uses of EvictionNotifier.EvictionReason in com.loomcache.server.cache
Subclasses with type arguments of type EvictionNotifier.EvictionReason in com.loomcache.server.cacheModifier and TypeClassDescriptionstatic enumReason for eviction.Methods in com.loomcache.server.cache that return EvictionNotifier.EvictionReasonModifier and TypeMethodDescriptionEvictionNotifier.EvictionEvent.reason()Returns the value of thereasonrecord component.Returns the enum constant of this class with the specified name.static EvictionNotifier.EvictionReason[]EvictionNotifier.EvictionReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.server.cache with parameters of type EvictionNotifier.EvictionReasonModifierConstructorDescriptionEvictionEvent(String mapName, Object key, @Nullable Object value, EvictionNotifier.EvictionReason reason, long sizeBytes, long timestampNanos) Creates an instance of aEvictionEventrecord class.