public interface ViewChangedEvent extends Event
ViewChanged.
It represents a JGroups view change event.Event.Type| Modifier and Type | Method and Description |
|---|---|
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() |
getCacheManager, getTypeList<Address> getNewMembers()
List<Address> getOldMembers()
Address getLocalAddress()
int getViewId()
boolean isMergeView()
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.