Package lumis.portal.cluster.event
Class ClusterMembershipChangedEvent
- java.lang.Object
-
- lumis.portal.event.AbstractPortalEvent
-
- lumis.portal.cluster.event.ClusterMembershipChangedEvent
-
- All Implemented Interfaces:
IPortalEvent
public class ClusterMembershipChangedEvent extends AbstractPortalEvent
Event raised when the current membership of the cluster changed, due to members joining or exiting.- Since:
- 4.1.0
- Version:
- $Revision: 23263 $ $Date: 2019-10-09 18:03:57 -0300 (Wed, 09 Oct 2019) $
-
-
Constructor Summary
Constructors Constructor Description ClusterMembershipChangedEvent(boolean merge)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isMerge()
Returns whether this membership changed event was due to a merge of clusters.-
Methods inherited from class lumis.portal.event.AbstractPortalEvent
getEventGroups, getOperationType, setEventGroups, setOperationType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface lumis.portal.event.IPortalEvent
toString
-
-