Uses of Class
org.infinispan.notifications.cachemanagerlistener.event.Event.Type
-
Packages that use Event.Type Package Description org.infinispan.notifications.cachemanagerlistener.event EmbeddedCacheManager-specific listener eventsorg.infinispan.notifications.cachemanagerlistener.event.impl -
-
Uses of Event.Type in org.infinispan.notifications.cachemanagerlistener.event
Methods in org.infinispan.notifications.cachemanagerlistener.event that return Event.Type Modifier and Type Method Description Event.TypeEvent. getType()static Event.TypeEvent.Type. valueOf(String name)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.cachemanagerlistener.event.impl
Methods in org.infinispan.notifications.cachemanagerlistener.event.impl that return Event.Type Modifier and Type Method Description Event.TypeEventImpl. getType()Methods in org.infinispan.notifications.cachemanagerlistener.event.impl with parameters of type Event.Type Modifier and Type Method Description voidEventImpl. setType(Event.Type type)Constructors in org.infinispan.notifications.cachemanagerlistener.event.impl with parameters of type Event.Type Constructor Description EventImpl(String cacheName, EmbeddedCacheManager cacheManager, Event.Type type, List<Address> newMemberList, List<Address> oldMemberList, Address localAddress, int viewId)
-