Interface ViewChangedEvent
- All Superinterfaces:
Event
- All Known Subinterfaces:
MergeEvent
- All Known Implementing Classes:
EventImpl
This event is passed in to any method annotated with
ViewChanged.
It represents a JGroups view change event.- Since:
- 4.0
- Author:
- Manik Surtani
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachemanagerlistener.event.Event
Event.Type -
Method Summary
Modifier and TypeMethodDescriptionGets the current list of members.Gets the previous list of members.intGet JGroups view id.booleanMethods inherited from interface org.infinispan.notifications.cachemanagerlistener.event.Event
getCacheManager, getType
-
Method Details
-
getNewMembers
-
getOldMembers
-
getLocalAddress
Address getLocalAddress() -
getViewId
int getViewId()Get JGroups view id.- Returns:
-
isMergeView
boolean isMergeView()
-