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 Constructor Description XMLHealthCheckDependencies()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
allowEndangered()
Returnstrue
if this health check is for a partitioned service that is allowed to be endangered.boolean
isMemberHealthCheck()
Returnstrue
if the health check is included in the member's overall health check.void
setAllowEndangered(boolean fAllowEndangered)
void
setMemberHealthCheck(boolean fEnabled)
-
-
-
Method Detail
-
setMemberHealthCheck
@Injectable("member-health-check") public void setMemberHealthCheck(boolean fEnabled)
-
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
@Injectable("allow-endangered") public void setAllowEndangered(boolean fAllowEndangered)
-
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
-
-