Class GemFireHealth.Health

java.lang.Object
org.apache.geode.admin.GemFireHealth.Health
All Implemented Interfaces:
Serializable
Enclosing interface:
GemFireHealth

@Immutable public static class GemFireHealth.Health extends Object implements Serializable
An enumerated type for the health of GemFire.
See Also:
  • Constructor Details

    • Health

      protected Health(String healthString)
      Creates a new Health with the given string
      Parameters:
      healthString - the string with which to create the new Health
  • Method Details

    • readResolve

      public Object readResolve()
      Returns the appropriate canonical instance of Health.
      Returns:
      the appropriate canonical instance of Health
    • toString

      public String toString()
      Overrides:
      toString in class Object