|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewChangedEvent
This event is passed in to any method annotated with ViewChanged
.
It represents a JGroups view change event.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachemanagerlistener.event.Event |
---|
Event.Type |
Method Summary | |
---|---|
Address |
getLocalAddress()
|
List<Address> |
getNewMembers()
Gets the current list of members. |
List<Address> |
getOldMembers()
Gets the previous list of members. |
int |
getViewId()
Get JGroups view id. |
boolean |
isMergeView()
|
Methods inherited from interface org.infinispan.notifications.cachemanagerlistener.event.Event |
---|
getCacheManager, getType |
Method Detail |
---|
List<Address> getNewMembers()
List<Address> getOldMembers()
Address getLocalAddress()
int getViewId()
boolean isMergeView()
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |