Class HealthProcessor.XMLHealthCheckDependencies
java.lang.Object
com.tangosol.coherence.config.xml.processor.HealthProcessor.XMLHealthCheckDependencies
- All Implemented Interfaces:
com.tangosol.internal.health.HealthCheckDependencies
- Enclosing class:
- HealthProcessor
public static class HealthProcessor.XMLHealthCheckDependencies
extends Object
implements com.tangosol.internal.health.HealthCheckDependencies
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueif this health check is for a partitioned service that is allowed to be endangered.booleanReturnstrueif the health check is included in the member's overall health check.voidsetAllowEndangered(boolean fAllowEndangered) voidsetMemberHealthCheck(boolean fEnabled)
-
Constructor Details
-
XMLHealthCheckDependencies
public XMLHealthCheckDependencies()
-
-
Method Details
-
setMemberHealthCheck
-
isMemberHealthCheck
public boolean isMemberHealthCheck()Description copied from interface:com.tangosol.internal.health.HealthCheckDependenciesReturnstrueif the health check is included in the member's overall health check.- Specified by:
isMemberHealthCheckin interfacecom.tangosol.internal.health.HealthCheckDependencies- Returns:
trueif the health check is included in the member's overall health check
-
setAllowEndangered
-
allowEndangered
public boolean allowEndangered()Description copied from interface:com.tangosol.internal.health.HealthCheckDependenciesReturnstrueif this health check is for a partitioned service that is allowed to be endangered.- Specified by:
allowEndangeredin interfacecom.tangosol.internal.health.HealthCheckDependencies- Returns:
trueif this health check is for a partitioned service that is allowed to be endangered
-