Class GemFireHealth.Health

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

    @Immutable
    public static class GemFireHealth.Health
    extends java.lang.Object
    implements java.io.Serializable
    An enumerated type for the health of GemFire.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Health​(java.lang.String healthString)
      Creates a new Health with the given string
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object readResolve()
      Returns the appropriate canonical instance of Health.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Health

        protected Health​(java.lang.String healthString)
        Creates a new Health with the given string
        Parameters:
        healthString - the string with which to create the new Health
    • Method Detail

      • readResolve

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object