Uses of Enum Class
org.infinispan.notifications.cachelistener.event.Event.Type
Packages that use Event.Type
Package
Description
Cache-specific listener eventsCache-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
Subclasses with type arguments of type Event.Type in org.infinispan.notifications.cachelistener.eventClasses in org.infinispan.notifications.cachelistener.event that implement interfaces with type arguments of type Event.TypeModifier and TypeClassDescriptionfinal classMethods in org.infinispan.notifications.cachelistener.event that return Event.TypeModifier and TypeMethodDescriptionType$___Marshaller_7cb43e5ff2aaa9e16567fa2f942489427efce483935f464ea5e1be8b37888dcd.decode(int $1) Event.getType()static Event.TypeReturns 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.Methods in org.infinispan.notifications.cachelistener.event that return types with arguments of type Event.TypeModifier and TypeMethodDescriptionType$___Marshaller_7cb43e5ff2aaa9e16567fa2f942489427efce483935f464ea5e1be8b37888dcd.getJavaClass()Methods in org.infinispan.notifications.cachelistener.event with parameters of type Event.TypeModifier and TypeMethodDescriptionintType$___Marshaller_7cb43e5ff2aaa9e16567fa2f942489427efce483935f464ea5e1be8b37888dcd.encode(Event.Type $1) -
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