Uses of Interface
org.infinispan.notifications.cachelistener.event.DataRehashedEvent
Packages that use DataRehashedEvent
Package
Description
This package contains implementations of the conflict resolution API.
-
Uses of DataRehashedEvent in org.infinispan.conflict.impl
Methods in org.infinispan.conflict.impl with parameters of type DataRehashedEventModifier and TypeMethodDescriptionvoidStateReceiverImpl.onDataRehash(DataRehashedEvent<K, V> dataRehashedEvent) -
Uses of DataRehashedEvent in org.infinispan.notifications.cachelistener.event.impl
Classes in org.infinispan.notifications.cachelistener.event.impl that implement DataRehashedEventModifier and TypeClassDescriptionclassEventImpl<K,V> Basic implementation of an event that covers all event types.