Class DataRehashedAdapter<K,V>
java.lang.Object
org.infinispan.cdi.embedded.event.cache.AbstractAdapter<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<K,V>>
org.infinispan.cdi.embedded.event.cache.DataRehashedAdapter<K,V>
public class DataRehashedAdapter<K,V>
extends AbstractAdapter<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<K,V>>
Event bridge for
DataRehashed.- Author:
- Pete Muir, Sebastian Laskawiec
- See Also:
-
ListenerDataRehashed
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.infinispan.notifications.cachelistener.event.DataRehashedEvent<?,?> static final TypeLiteral<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<?,?>> Events which will be selected (including generic type information (<? -
Constructor Summary
ConstructorsConstructorDescriptionDataRehashedAdapter(Event<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<K, V>> event) -
Method Summary
-
Field Details
-
EMPTY
public static final org.infinispan.notifications.cachelistener.event.DataRehashedEvent<?,?> EMPTY -
WILDCARD_TYPE
public static final TypeLiteral<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<?,?>> WILDCARD_TYPEEvents which will be selected (including generic type information (<?, ?>).
-
-
Constructor Details
-
DataRehashedAdapter
-
-
Method Details
-
fire
- Overrides:
firein classAbstractAdapter<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<K,V>>
-