Uses of Class
org.infinispan.notifications.cachelistener.annotation.DataRehashed
-
Packages that use DataRehashed Package Description org.infinispan.conflict.impl This package contains implementations of the conflict resolution API.org.infinispan.stream.impl -
-
Uses of DataRehashed in org.infinispan.conflict.impl
Methods in org.infinispan.conflict.impl with annotations of type DataRehashed Modifier and Type Method Description void
StateReceiverImpl. onDataRehash(DataRehashedEvent dataRehashedEvent)
-
Uses of DataRehashed in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl with annotations of type DataRehashed 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.
-