Uses of Enum Class
org.infinispan.notifications.cachemanagerlistener.event.Event.Type
Packages that use Event.Type
-
Uses of Event.Type in org.infinispan.notifications.cachemanagerlistener.event
Methods in org.infinispan.notifications.cachemanagerlistener.event that return Event.TypeModifier and TypeMethodDescriptionEvent.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. -
Uses of Event.Type in org.infinispan.notifications.cachemanagerlistener.event.impl
Methods in org.infinispan.notifications.cachemanagerlistener.event.impl that return Event.TypeMethods in org.infinispan.notifications.cachemanagerlistener.event.impl with parameters of type Event.TypeConstructors in org.infinispan.notifications.cachemanagerlistener.event.impl with parameters of type Event.TypeModifierConstructorDescriptionEventImpl(String cacheName, EmbeddedCacheManager cacheManager, Event.Type type, List<Address> newMemberList, List<Address> oldMemberList, Address localAddress, int viewId)