Class 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:
    Listener, DataRehashed
    • Field Detail

      • EMPTY

        public static final org.infinispan.notifications.cachelistener.event.DataRehashedEvent<?,​?> EMPTY
      • WILDCARD_TYPE

        public static final TypeLiteral<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<?,​?>> WILDCARD_TYPE
        Events which will be selected (including generic type information ().
    • Constructor Detail

      • DataRehashedAdapter

        public DataRehashedAdapter​(Event<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<K,​V>> event)
    • Method Detail

      • fire

        public void fire​(org.infinispan.notifications.cachelistener.event.DataRehashedEvent<K,​V> payload)
        Overrides:
        fire in class AbstractAdapter<org.infinispan.notifications.cachelistener.event.DataRehashedEvent<K,​V>>