Package org.apache.geode.admin
Interface SystemMembershipListener
Deprecated.
A listener whose callback methods are invoked when members join or leave the GemFire distributed
system.
- Since:
- GemFire 3.5
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Invoked when a member has unexpectedly left the distributed system.voidDeprecated.Invoked when a member has joined the distributed systemvoidmemberLeft(SystemMembershipEvent event) Deprecated.Invoked when a member has gracefully left the distributed system.
-
Method Details
-
memberJoined
Deprecated.Invoked when a member has joined the distributed system- Parameters:
event- the triggeringSystemMembershipEvent
-
memberLeft
Deprecated.Invoked when a member has gracefully left the distributed system. This occurs when the member took action to remove itself from the distributed system.- Parameters:
event- the triggeringSystemMembershipEvent
-
memberCrashed
Deprecated.Invoked when a member has unexpectedly left the distributed system. This occurs when a member is forcibly removed from the distributed system by another process, such as from failure detection, or network partition detection processing.- Parameters:
event- the triggeringSystemMembershipEvent
-
managementpackage instead