Package org.openspaces.core.cluster
Class SpaceMemberAliveIndicator
java.lang.Object
org.openspaces.core.cluster.SpaceMemberAliveIndicator
- All Implemented Interfaces:
MemberAliveIndicator
- Since:
- 10.1
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisAlive()Returntrueif the member is alive or not.booleanShould this member be checked to see if it is alive or not.
-
Constructor Details
-
SpaceMemberAliveIndicator
-
-
Method Details
-
isMemberAliveEnabled
public boolean isMemberAliveEnabled()Description copied from interface:MemberAliveIndicatorShould this member be checked to see if it is alive or not.- Specified by:
isMemberAliveEnabledin interfaceMemberAliveIndicator
-
isAlive
Description copied from interface:MemberAliveIndicatorReturntrueif the member is alive or not. An exception thrown is considered as an indication that the member is not alive, and allows for further information to be supplies as to the reason that the member is not alive.- Specified by:
isAlivein interfaceMemberAliveIndicator- Throws:
Exception
-