Uses of Enum
org.infinispan.notifications.cachelistener.event.Event.Type
Packages that use Event.Type
Package
Description
invalid reference
Cache
Cache
-specific notifications and eventing filtering classes.-
Uses of Event.Type in org.infinispan.notifications.cachelistener.cluster
Methods in org.infinispan.notifications.cachelistener.cluster that return Event.Type -
Uses of Event.Type in org.infinispan.notifications.cachelistener.event
Methods in org.infinispan.notifications.cachelistener.event that return Event.TypeModifier and TypeMethodDescriptionEvent.getType()
static Event.Type
Event.Type.valueOf
(int ordinal) Returns the enum constant of this type with the specified name.static Event.Type
Returns the enum constant of this type with the specified name.static Event.Type[]
Event.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Event.Type in org.infinispan.notifications.cachelistener.event.impl
Methods in org.infinispan.notifications.cachelistener.event.impl that return Event.TypeMethods in org.infinispan.notifications.cachelistener.event.impl with parameters of type Event.TypeModifier 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
Methods in org.infinispan.notifications.cachelistener.filter that return Event.TypeConstructors in org.infinispan.notifications.cachelistener.filter with parameters of type Event.Type