Class TServerStatus

    • Field Detail

      • read_only

        public boolean read_only
      • version

        public String version
      • rendering_enabled

        public boolean rendering_enabled
      • start_time

        public long start_time
      • edition

        public String edition
      • host_name

        public String host_name
      • poly_rendering_enabled

        public boolean poly_rendering_enabled
      • renderer_status_json

        public String renderer_status_json
    • Constructor Detail

      • TServerStatus

        public TServerStatus()
      • TServerStatus

        public TServerStatus​(boolean read_only,
                             String version,
                             boolean rendering_enabled,
                             long start_time,
                             String edition,
                             String host_name,
                             boolean poly_rendering_enabled,
                             TRole role,
                             String renderer_status_json)
      • TServerStatus

        public TServerStatus​(TServerStatus other)
        Performs a deep copy on other.
    • Method Detail

      • isRead_only

        public boolean isRead_only()
      • setRead_only

        public TServerStatus setRead_only​(boolean read_only)
      • unsetRead_only

        public void unsetRead_only()
      • isSetRead_only

        public boolean isSetRead_only()
        Returns true if field read_only is set (has been assigned a value) and false otherwise
      • setRead_onlyIsSet

        public void setRead_onlyIsSet​(boolean value)
      • getVersion

        public String getVersion()
      • unsetVersion

        public void unsetVersion()
      • isSetVersion

        public boolean isSetVersion()
        Returns true if field version is set (has been assigned a value) and false otherwise
      • setVersionIsSet

        public void setVersionIsSet​(boolean value)
      • isRendering_enabled

        public boolean isRendering_enabled()
      • setRendering_enabled

        public TServerStatus setRendering_enabled​(boolean rendering_enabled)
      • unsetRendering_enabled

        public void unsetRendering_enabled()
      • isSetRendering_enabled

        public boolean isSetRendering_enabled()
        Returns true if field rendering_enabled is set (has been assigned a value) and false otherwise
      • setRendering_enabledIsSet

        public void setRendering_enabledIsSet​(boolean value)
      • getStart_time

        public long getStart_time()
      • setStart_time

        public TServerStatus setStart_time​(long start_time)
      • unsetStart_time

        public void unsetStart_time()
      • isSetStart_time

        public boolean isSetStart_time()
        Returns true if field start_time is set (has been assigned a value) and false otherwise
      • setStart_timeIsSet

        public void setStart_timeIsSet​(boolean value)
      • getEdition

        public String getEdition()
      • unsetEdition

        public void unsetEdition()
      • isSetEdition

        public boolean isSetEdition()
        Returns true if field edition is set (has been assigned a value) and false otherwise
      • setEditionIsSet

        public void setEditionIsSet​(boolean value)
      • getHost_name

        public String getHost_name()
      • unsetHost_name

        public void unsetHost_name()
      • isSetHost_name

        public boolean isSetHost_name()
        Returns true if field host_name is set (has been assigned a value) and false otherwise
      • setHost_nameIsSet

        public void setHost_nameIsSet​(boolean value)
      • isPoly_rendering_enabled

        public boolean isPoly_rendering_enabled()
      • setPoly_rendering_enabled

        public TServerStatus setPoly_rendering_enabled​(boolean poly_rendering_enabled)
      • unsetPoly_rendering_enabled

        public void unsetPoly_rendering_enabled()
      • isSetPoly_rendering_enabled

        public boolean isSetPoly_rendering_enabled()
        Returns true if field poly_rendering_enabled is set (has been assigned a value) and false otherwise
      • setPoly_rendering_enabledIsSet

        public void setPoly_rendering_enabledIsSet​(boolean value)
      • getRole

        public TRole getRole()
        See Also:
        TRole
      • unsetRole

        public void unsetRole()
      • isSetRole

        public boolean isSetRole()
        Returns true if field role is set (has been assigned a value) and false otherwise
      • setRoleIsSet

        public void setRoleIsSet​(boolean value)
      • getRenderer_status_json

        public String getRenderer_status_json()
      • setRenderer_status_json

        public TServerStatus setRenderer_status_json​(String renderer_status_json)
      • unsetRenderer_status_json

        public void unsetRenderer_status_json()
      • isSetRenderer_status_json

        public boolean isSetRenderer_status_json()
        Returns true if field renderer_status_json is set (has been assigned a value) and false otherwise
      • setRenderer_status_jsonIsSet

        public void setRenderer_status_jsonIsSet​(boolean value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • read

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • write

        public void write​(org.apache.thrift.protocol.TProtocol oprot)
                   throws org.apache.thrift.TException
        Specified by:
        write in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException