Uses of Enum Class
com.loomcache.server.jcache.LoomCacheEntryEvent.EventType
Packages that use LoomCacheEntryEvent.EventType
-
Uses of LoomCacheEntryEvent.EventType in com.loomcache.server.jcache
Subclasses with type arguments of type LoomCacheEntryEvent.EventType in com.loomcache.server.jcacheModifier and TypeClassDescriptionstatic enumLegacy event type enumeration preserved for backwards compatibility.Methods in com.loomcache.server.jcache that return LoomCacheEntryEvent.EventTypeModifier and TypeMethodDescriptionLoomCacheEntryEvent.eventType()LoomCacheEntryEvent.EventType.fromJsr107(javax.cache.event.EventType jsr) Returns the enum constant of this class with the specified name.static LoomCacheEntryEvent.EventType[]LoomCacheEntryEvent.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.server.jcache that return types with arguments of type LoomCacheEntryEvent.EventTypeModifier and TypeMethodDescriptionCacheEntryListenerManager.ListenerConfig.eventTypes()Returns the value of theeventTypesrecord component.Method parameters in com.loomcache.server.jcache with type arguments of type LoomCacheEntryEvent.EventTypeModifier and TypeMethodDescriptionvoidCacheEntryListenerManager.registerListener(CacheEntryListener<K, V> listener, boolean synchronous, Set<LoomCacheEntryEvent.EventType> eventTypes) Register a listener with specific configuration.Constructors in com.loomcache.server.jcache with parameters of type LoomCacheEntryEvent.EventTypeModifierConstructorDescriptionLoomCacheEntryEvent(K key, @Nullable V oldValue, @Nullable V newValue, LoomCacheEntryEvent.EventType eventType, @Nullable Object source) Construct a cache entry event.Constructor parameters in com.loomcache.server.jcache with type arguments of type LoomCacheEntryEvent.EventTypeModifierConstructorDescriptionListenerConfig(CacheEntryListener<K, V> listener, boolean synchronous, Set<LoomCacheEntryEvent.EventType> eventTypes) Creates an instance of aListenerConfigrecord class.