Class SupervisorStatus


  • public class SupervisorStatus
    extends Object
    This class contains the attributes of a supervisor which are returned by the API's in org.apache.druid.indexing.overlord.supervisor.SupervisorResource and used by org.apache.druid.sql.calcite.schema.SystemSchema.SupervisorsTable
    • Method Detail

      • hashCode

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

        public String getId()
      • getState

        public String getState()
      • getDetailedState

        public String getDetailedState()
      • isHealthy

        public boolean isHealthy()
      • getSpecString

        public String getSpecString()
      • getType

        public String getType()
      • getSource

        public String getSource()
      • isSuspended

        public boolean isSuspended()