Interface GemFireHealthConfig

    • Field Detail

      • 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:
        Constant Field Values
    • Method Detail

      • getHostName

        java.lang.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:
        GemFireHealth.getGemFireHealthConfig(java.lang.String)
      • 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