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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returnstrue
if this health check is for a partitioned service that is allowed to be endangered.boolean
Returnstrue
if the health check is included in the member's overall health check.void
setAllowEndangered
(boolean fAllowEndangered) void
setMemberHealthCheck
(boolean fEnabled)
-
Constructor Details
-
XMLHealthCheckDependencies
public XMLHealthCheckDependencies()
-
-
Method Details
-
setMemberHealthCheck
-
isMemberHealthCheck
public boolean isMemberHealthCheck()Description copied from interface:com.tangosol.internal.health.HealthCheckDependencies
Returnstrue
if the health check is included in the member's overall health check.- Specified by:
isMemberHealthCheck
in interfacecom.tangosol.internal.health.HealthCheckDependencies
- Returns:
true
if 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.HealthCheckDependencies
Returnstrue
if this health check is for a partitioned service that is allowed to be endangered.- Specified by:
allowEndangered
in interfacecom.tangosol.internal.health.HealthCheckDependencies
- Returns:
true
if this health check is for a partitioned service that is allowed to be endangered
-