Class SupervisorStatus

java.lang.Object
org.apache.druid.indexing.overlord.supervisor.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 Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String getId()
    • getDataSource

      public String getDataSource()
    • getState

      public String getState()
    • getDetailedState

      public String getDetailedState()
    • isHealthy

      public boolean isHealthy()
    • getSpec

      public SupervisorSpec getSpec()
    • getSpecString

      public String getSpecString()
    • getType

      public String getType()
    • getSource

      public String getSource()
    • isSuspended

      public boolean isSuspended()