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 Details

    • XMLHealthCheckDependencies

      public XMLHealthCheckDependencies()
  • Method Details

    • setMemberHealthCheck

      @Injectable("member-health-check") public void setMemberHealthCheck(boolean fEnabled)
    • isMemberHealthCheck

      public boolean isMemberHealthCheck()
      Description copied from interface: com.tangosol.internal.health.HealthCheckDependencies
      Returns true if the health check is included in the member's overall health check.
      Specified by:
      isMemberHealthCheck in interface com.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
      Returns true if this health check is for a partitioned service that is allowed to be endangered.
      Specified by:
      allowEndangered in interface com.tangosol.internal.health.HealthCheckDependencies
      Returns:
      true if this health check is for a partitioned service that is allowed to be endangered