Uses of Interface
org.infinispan.notifications.cachelistener.event.DataRehashedEvent
-
Packages that use DataRehashedEvent Package Description org.infinispan.conflict.impl This package contains implementations of the conflict resolution API.org.infinispan.notifications.cachelistener.event.impl org.infinispan.stream.impl -
-
Uses of DataRehashedEvent in org.infinispan.conflict.impl
Methods in org.infinispan.conflict.impl with parameters of type DataRehashedEvent Modifier and Type Method Description void
StateReceiverImpl. onDataRehash(DataRehashedEvent dataRehashedEvent)
-
Uses of DataRehashedEvent in org.infinispan.notifications.cachelistener.event.impl
Classes in org.infinispan.notifications.cachelistener.event.impl that implement DataRehashedEvent Modifier and Type Class Description class
EventImpl<K,V>
Basic implementation of an event that covers all event types. -
Uses of DataRehashedEvent in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl with parameters of type DataRehashedEvent Modifier and Type Method Description void
LocalStreamManagerImpl. dataRehashed(DataRehashedEvent<K,V> event)
We need to listen to data rehash events in case if data moves while we are iterating over it.
-