Uses of Enum Class
org.infinispan.notifications.cachelistener.event.Event.Type
Package
Description
Cache
-specific listener eventsCache
-specific notifications and eventing filtering classes.-
Uses of Event.Type in org.infinispan.notifications.cachelistener.cluster
-
Uses of Event.Type in org.infinispan.notifications.cachelistener.event
Modifier and TypeMethodDescriptionEvent.getType()
static Event.Type
Event.Type.valueOf
(int ordinal) Returns the enum constant of this class with the specified name.static Event.Type
Returns the enum constant of this class with the specified name.static Event.Type[]
Event.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Event.Type in org.infinispan.notifications.cachelistener.event.impl
Modifier and TypeMethodDescriptionstatic <K,
V> EventImpl <K, V> EventImpl.createEvent
(Cache<K, V> cache, Event.Type type) -
Uses of Event.Type in org.infinispan.notifications.cachelistener.filter