Interface GemFireHealthConfig

All Superinterfaces:
CacheHealthConfig, MemberHealthConfig

@Deprecated public interface GemFireHealthConfig extends MemberHealthConfig, CacheHealthConfig
Deprecated.
as of 7.0 use the management package instead
Provides configuration information relating to all of the components of a GemFire distributed system.
Since:
GemFire 3.5
  • Field Details

    • DEFAULT_HEALTH_EVALUATION_INTERVAL

      static final int DEFAULT_HEALTH_EVALUATION_INTERVAL
      Deprecated.
      The default number of seconds between assessments of the health of the GemFire components.
      See Also:
  • Method Details

    • getHostName

      String getHostName()
      Deprecated.
      Returns the name of the host to which this configuration applies. If this is the "default" configuration, then null is returned.
      Returns:
      the name of the host to which this configuration applies
      See Also:
    • setHealthEvaluationInterval

      void setHealthEvaluationInterval(int interval)
      Deprecated.
      Sets the number of seconds between assessments of the health of the GemFire components.
      Parameters:
      interval - the number of seconds between assessments of the health of the GemFire components
    • getHealthEvaluationInterval

      int getHealthEvaluationInterval()
      Deprecated.
      Returns the number of seconds between assessments of the health of the GemFire components.
      Returns:
      the number of seconds between assessments of the health of the GemFire components