Interface MergeEvent
-
- All Superinterfaces:
Event
,ViewChangedEvent
public interface MergeEvent extends ViewChangedEvent
This event is passed in to any method annotated withMerged
.- Version:
- 4.2
- Author:
- Manik Surtani
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachemanagerlistener.event.Event
Event.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<List<org.infinispan.remoting.transport.Address>>
getSubgroupsMerged()
-
Methods inherited from interface org.infinispan.notifications.cachemanagerlistener.event.Event
getCacheManager, getType
-
Methods inherited from interface org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
getLocalAddress, getNewMembers, getOldMembers, getViewId, isMergeView
-
-